From 8961f8894c60c252d80a4f50e00a73057ae8b4b4 Mon Sep 17 00:00:00 2001 From: wulin Date: Mon, 22 Mar 2021 11:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=95=8C=E9=9D=A2=EF=BC=8C=E6=96=B9=E4=BE=BF=E4=B8=8D?= =?UTF-8?q?=E5=9C=A8=E9=92=89=E9=92=89=E7=BE=A4=E9=87=8C=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=B5=84=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 +- src/router/index.js | 5 +- src/views/common/phoneweblogin.vue | 168 +++++++++++++++++++++++++++++ 3 files changed, 173 insertions(+), 4 deletions(-) create mode 100644 src/views/common/phoneweblogin.vue 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 @@ + + + + +