全局参数化加入请求参数中,参数支持多行编辑,展示值转换,细节优化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user