liuyg
2021-08-07 440f755f1ac74f94624275a0acba6c27e13a8fef
3个查看页面
2 files modified
1 files added
53 ■■■■■ changed files
src/router/views/index.js 40 ●●●●● patch | view | raw | blame | history
src/views/dispatch/dispatchChildoperableSee.vue 10 ●●●●● patch | view | raw | blame | history
vue.config.js 3 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -758,5 +758,45 @@
        title: '开始考试',
        noCache: true
    }]
}, {
    path: '/dispatch',
    component: Layout,
    redirect: '/dispatch/dispatchChildoperableSee',
    children: [{
        path: 'dispatchChildoperableSee',
        name: '派遣记录查看',
        meta: {
            i18n: 'dispatchChildoperableSee'
        },
        component: () =>
            import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperableSee')
    }]
},
    // {
    //     path: '/people',
    //     component: Layout,
    //     redirect: '/people/expression',
    //     children: [{
    //         path: 'expression',
    //         name: '表现记录查看',
    //         meta: {
    //             i18n: 'expression'
    //         },
    //         component: () =>
    //             import( /* webpackChunkName: "views" */ '@/views/people/expression')
    //     }]
    // }, {
    //     path: '/people',
    //     component: Layout,
    //     redirect: '/people/job',
    //     children: [{
    //         path: 'job',
    //         name: '从业记录查看',
    //         meta: {
    //             i18n: 'job'
    //         },
    //         component: () =>
    //             import( /* webpackChunkName: "views" */ '@/views/people/job')
    //     }]
    // },
]
src/views/dispatch/dispatchChildoperableSee.vue
New file
@@ -0,0 +1,10 @@
<template>
  <div>543435</div>
</template>
<script>
export default {};
</script>
<style>
</style>
vue.config.js
@@ -29,7 +29,8 @@
        //本地服务接口地址
        // target: 'http://localhost',
        // target: 'http://192.168.0.114:81',//钟W
        target: 'http://localhost:81',//原W
        // target: 'http://localhost:81',//原W
        target: 'http://192.168.0.108:81',//原W
        // target: 'http://192.168.0.104:80',//唐N
        //远程演示服务地址,可用于直接启动项目
        // target: 'https://saber.bladex.vip/api',