全局参数化加入请求参数中,参数支持多行编辑,展示值转换,细节优化

This commit is contained in:
暮光:城中城
2021-11-09 22:54:37 +08:00
parent 265ad08d3e
commit cabc693119
10 changed files with 218 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
import PageLayout from './components/layouts/PageLayout.vue'
import EmptyLayout from './components/layouts/EmptyLayout.vue'
import EmptyKeepAliveLayout from './components/layouts/EmptyKeepAliveLayout.vue'
let routers = [
{
@@ -35,7 +35,7 @@ let routers = [
meta: {
icon: 'SettingOutlined'
},
component: EmptyLayout,
component: EmptyKeepAliveLayout,
children: [
{
path: '/doc/setting/globalParam',