From 0eff4bb89c9ab59e7ab244e24df126d0587a3af4 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 27 May 2024 15:59:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=99=BB=E5=BD=95=E6=97=B6=E6=A0=A1=E9=AA=8C=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BB=A5=E5=8F=8A=E5=9B=BE=E5=BD=A2=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E6=A0=A1=E9=AA=8C=EF=BC=8C=E4=BB=A5=E5=8F=8A=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/router/index.js | 2 +- sgzb-ui/src/views/newLogin.vue | 603 ++++++++++++++++++ sgzb-ui/src/views/{login.vue => oldLogin.vue} | 0 sgzb-ui/vue.config.js | 2 +- 4 files changed, 605 insertions(+), 2 deletions(-) create mode 100644 sgzb-ui/src/views/newLogin.vue rename sgzb-ui/src/views/{login.vue => oldLogin.vue} (100%) diff --git a/sgzb-ui/src/router/index.js b/sgzb-ui/src/router/index.js index 38636d93..b3fe3502 100644 --- a/sgzb-ui/src/router/index.js +++ b/sgzb-ui/src/router/index.js @@ -43,7 +43,7 @@ export const constantRoutes = [ }, { path: '/login', - component: () => import('@/views/login'), + component: () => import('@/views/newLogin.vue'), hidden: true }, { diff --git a/sgzb-ui/src/views/newLogin.vue b/sgzb-ui/src/views/newLogin.vue new file mode 100644 index 00000000..2b3f4dd7 --- /dev/null +++ b/sgzb-ui/src/views/newLogin.vue @@ -0,0 +1,603 @@ + + + + + diff --git a/sgzb-ui/src/views/login.vue b/sgzb-ui/src/views/oldLogin.vue similarity index 100% rename from sgzb-ui/src/views/login.vue rename to sgzb-ui/src/views/oldLogin.vue diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index 8b5fd405..90e594cf 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -46,7 +46,7 @@ module.exports = { // target: `http://10.40.92.8:8080`, //超 // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ - target: `http://10.40.92.140:28080`, //帅 + target: `http://10.40.92.136:8080`, //帅 // target: `http://10.40.92.5:28080`, //福 //******** 注意事项 ********* */