From 37346380512a20d213d5e7ae28d580aee21c9e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Mon, 27 Jun 2022 14:11:20 +0800 Subject: [PATCH] up --- src/views/login/index.vue | 462 +++++++++++++++++++------------------- vue.config.js | 3 +- 2 files changed, 232 insertions(+), 233 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index b386ce7..bd7f1d6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,233 +1,231 @@ - - - - - - - + + diff --git a/vue.config.js b/vue.config.js index 85740cd..63b4453 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,7 +46,8 @@ module.exports = { //before: require('./mock/mock-server.js') proxy: { [process.env.VUE_APP_BASE_API]: { - target: 'http://118.31.104.155:9001/', + //target: 'http://192.168.60.99:9001/', + target: 'http://safety.115.langye.net/', changeOrigin: true, //配置跨域 pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''