diff --git a/config/index.js b/config/index.js index 67328aa..5f89188 100644 --- a/config/index.js +++ b/config/index.js @@ -13,8 +13,8 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/lz_management': { - // target: 'https://tlzmanagement.ldxinyong.com', - target: 'http://localhost:8080/', + target: 'https://tlzmanagement.ldxinyong.com', + // target: 'http://127.0.0.1:8088/', changeOrigin: true } }, diff --git a/src/router/index.js b/src/router/index.js index 5438082..670f816 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -22,10 +22,11 @@ const globalRoutes = [ { path: '/lzluck', component: _import('common/lzluck'), name: 'lzluck', meta: { title: '霖梓抽奖' } }, { path: '/dingtalkluck', component: _import('common/dingtalkluck'), name: 'dingtalkluck', meta: { title: '钉钉抽奖登记' } }, { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, - { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } } + { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, + { path: '/phoneweblogin', component: _import('common/phoneweblogin'), name: 'login', meta: { title: '登录' } } ] -const dingtalkRoutes=[ +const dingtalkRoutes = [ { path: '/devicemain', component: _import('modules/device/device-main'), name: 'devicemain', meta: { title: '资产盘点主入口' } }, { path: '/devicetype', component: _import('modules/device/device-type'), name: 'devicetype', meta: { title: '设备类型' } }, { path: '/deviceqr', component: _import('modules/device/device-qr'), name: 'deviceqr', meta: { title: '设备自带编码' } }, diff --git a/src/views/common/phoneweblogin.vue b/src/views/common/phoneweblogin.vue new file mode 100644 index 0000000..cd2d333 --- /dev/null +++ b/src/views/common/phoneweblogin.vue @@ -0,0 +1,168 @@ + + + + +