From 2c40e745777141deb2e8fdb0ffdfb66bbd7ea396 Mon Sep 17 00:00:00 2001 From: laixingyu Date: Wed, 19 Jul 2023 13:38:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9dev=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E5=8F=8A=E8=BF=90=E8=A1=8C=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 7 ++++--- package.json | 2 +- src/views/login/index.vue | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 3842081..b3298e8 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ -# just a flag +# just a flag dev配置 ENV = 'development' -# base api -VUE_APP_BASE_API = 'https://gupiao.365rise.top/ssdmn-gupiao-api' +# base api https://gupiao.365rise.top/ssdmn-gupiao-api为线上地址 +#VUE_APP_BASE_API = 'https://gupiao.365rise.top/ssdmn-gupiao-api' +VUE_APP_BASE_API = 'http://localhost:8001/ssdmn-gupiao-api' diff --git a/package.json b/package.json index ade7e7f..3f086d7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-plugin-dynamic-import-node": "2.3.3", "chalk": "2.4.2", "connect": "3.6.6", - "eslint": "6.7.2", + "eslint": "^6.7.2", "eslint-plugin-vue": "6.2.2", "html-webpack-plugin": "3.2.0", "mockjs": "^1.0.1-beta3", diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ebb04e9..3555416 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -36,7 +36,7 @@