zengh
2021-07-14 e27675f1698130139a93fc2a628ca7fb27e2fa8c
问题调整
4 files modified
23 ■■■■ changed files
public/img/bg/home.png patch | view | raw | blame | history
src/router/views/index.js 15 ●●●● patch | view | raw | blame | history
src/views/examination/examination.vue 6 ●●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
public/img/bg/home.png

src/router/views/index.js
@@ -201,6 +201,19 @@
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
        }]
  }, {
    path: '/examination',
    component: Layout,
    redirect: '/examination/index',
    children: [{
      path: 'index',
      name: '资格审查',
      meta: {
        i18n: 'index'
      },
      component: () =>
        import ( /* webpackChunkName: "views" */ '@/views/examination/examination')
    }]
    },
    {
        path: '/home',
@@ -471,8 +484,6 @@
                import ( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai')
        }]
    },
]
src/views/examination/examination.vue
@@ -223,8 +223,10 @@
            },
            {
              label: "用户照片",
              prop: "realNames",
              display: false
              prop: "avatar",
              display: false,
              type: 'upload',
              listType: 'picture-img',
            },
            {
              label: "所属角色",
vue.config.js
@@ -37,7 +37,7 @@
      '/api': {
        //本地服务接口地址
        //target: 'http://s16s652780.51mypc.cn/api/',
        target: 'http://localhost:82',
        target: 'http://172.20.10.2:82/',
        //target: 'https://web.byisf.com/api/',
        //远程演示服务地址,可用于直接启动项目
        // target: 'https://saber.bladex.vip/api',