no message
Former-commit-id: 5f223b53b51a8d9f894f37a9612c342f19889615 Former-commit-id: 5df5738648a32e0b3392791acec6de00aa16e191 Former-commit-id: 4463c63b487ea246ed4e86156c37c9ca0fd30ce1
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
import Vue from 'vue'
|
||||
import clone from '@/utils/clone.js'
|
||||
import Mock from 'mockjs'
|
||||
import settingDPD from './data/settingDPD'
|
||||
import settingDPD from '../../data/settingDPD'
|
||||
export default {
|
||||
components: {
|
||||
MockDemoCard: () => import('./components/MockDemoCard')
|
||||
MockDemoCard: () => import('../../components/MockDemoCard')
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
@@ -35,16 +35,16 @@
|
||||
import Vue from 'vue'
|
||||
import clone from '@/utils/clone.js'
|
||||
import Mock from 'mockjs'
|
||||
import settingDTD from './data/settingDTD'
|
||||
import regexp from './mixins/regexp'
|
||||
import fn from './mixins/function'
|
||||
import settingDTD from '../../data/settingDTD'
|
||||
import regexp from '../../mixins/regexp'
|
||||
import fn from '../../mixins/function'
|
||||
export default {
|
||||
mixins: [
|
||||
regexp,
|
||||
fn
|
||||
],
|
||||
components: {
|
||||
MockDemoCard: () => import('./components/MockDemoCard')
|
||||
MockDemoCard: () => import('../../components/MockDemoCard')
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
@@ -13,8 +13,8 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
DemoI18nControl: () => import('./components/DemoI18nControl'),
|
||||
DemoI18n: () => import('./components/DemoI18n')
|
||||
DemoI18nControl: () => import('../../components/DemoI18nControl'),
|
||||
DemoI18n: () => import('../../components/DemoI18n')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -13,8 +13,8 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
DemoI18nControl: () => import('./components/DemoI18nControl'),
|
||||
DemoI18n: () => import('./components/DemoI18n')
|
||||
DemoI18nControl: () => import('../../components/DemoI18nControl'),
|
||||
DemoI18n: () => import('../../components/DemoI18n')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -43,13 +43,11 @@ const routes = [
|
||||
meta: { requiresAuth: true },
|
||||
redirect: { name: 'demo-plugins-index' },
|
||||
component: resolve => { require(['@/components/core/MainLayout/index.vue'], resolve) },
|
||||
children: [
|
||||
...maker({
|
||||
publicPath: 'src/pages/demo/plugins/',
|
||||
namePrefix: 'demo-plugins-',
|
||||
req: require.context('@/pages/demo/plugins', true, /page\.vue$/)
|
||||
})
|
||||
]
|
||||
children: maker({
|
||||
publicPath: 'src/pages/demo/plugins/',
|
||||
namePrefix: 'demo-plugins-',
|
||||
req: require.context('@/pages/demo/plugins', true, /page\.vue$/)
|
||||
})
|
||||
},
|
||||
// 登陆
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user