mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-09 10:01:32 +08:00
优化
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="code-preview">
|
<div class="code-preview">
|
||||||
<el-dialog v-model="show" width="95%" title="代码预览">
|
<el-dialog v-model="show" width="95%" title="代码预览" top="10px" draggable>
|
||||||
<el-container style="height: 75vh">
|
<el-container style="height: calc(100vh - 170px)">
|
||||||
<el-aside
|
<el-aside
|
||||||
width="400px"
|
width="400px"
|
||||||
style="padding: 10px 0; margin-right: 20px; border: 1px solid #dcdfe6"
|
style="padding: 10px 0; margin-right: 20px; border: 1px solid #dcdfe6"
|
||||||
|
@@ -18,5 +18,8 @@
|
|||||||
{
|
{
|
||||||
"path": ".workflow"
|
"path": ".workflow"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"settings": {
|
||||||
|
"liveServer.settings.multiRootWorkspaceName": "admin"
|
||||||
|
}
|
||||||
}
|
}
|
@@ -609,7 +609,6 @@ const docTemplate = `{
|
|||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "{{Token}}",
|
|
||||||
"description": "token",
|
"description": "token",
|
||||||
"name": "Token",
|
"name": "Token",
|
||||||
"in": "header",
|
"in": "header",
|
||||||
|
@@ -603,7 +603,6 @@
|
|||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "{{Token}}",
|
|
||||||
"description": "token",
|
"description": "token",
|
||||||
"name": "Token",
|
"name": "Token",
|
||||||
"in": "header",
|
"in": "header",
|
||||||
|
@@ -605,8 +605,7 @@ paths:
|
|||||||
/api/admin/flow/flow_history/detail:
|
/api/admin/flow/flow_history/detail:
|
||||||
get:
|
get:
|
||||||
parameters:
|
parameters:
|
||||||
- default: '{{Token}}'
|
- description: token
|
||||||
description: token
|
|
||||||
in: header
|
in: header
|
||||||
name: Token
|
name: Token
|
||||||
required: true
|
required: true
|
||||||
|
Reference in New Issue
Block a user