diff --git a/.env.development b/.env.development index c76ff68..2c74a58 100644 --- a/.env.development +++ b/.env.development @@ -14,5 +14,7 @@ VUE_APP_BASE_API_SB = '/outApiData' # VUE_APP_BASE_API_HTML = "http://192.168.0.120:19002" # VUE_APP_BASE_API = "http://192.168.0.120:19002" + + # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index b6bf52a..1fb15cd 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,9 @@ VUE_APP_TITLE = 人口数据管理系统 ENV = 'production' # 人口数据管理系统/生产环境 -VUE_APP_BASE_API_HTML = "http://122.193.93.182:19002" -VUE_APP_BASE_API = 'http://122.193.93.182:19002' +# VUE_APP_BASE_API_HTML = "http://122.193.93.182:19002" +# VUE_APP_BASE_API = 'http://122.193.93.182:19002' + +VUE_APP_BASE_API_HTML = "http://localhost:8099" +VUE_APP_BASE_API = 'http://localhost:8099' diff --git a/src/utils/myFuntion.js b/src/utils/myFuntion.js index 3ccf17e..8e2856a 100644 --- a/src/utils/myFuntion.js +++ b/src/utils/myFuntion.js @@ -117,7 +117,7 @@ export async function getSb(data) { }, } ); - console.log(res, "社保"); + // console.log(res, "社保"); } export function getLeaddata() { diff --git a/src/views/system/user/profile/resetPwd.vue b/src/views/system/user/profile/resetPwd.vue index f329e6e..ce661fc 100644 --- a/src/views/system/user/profile/resetPwd.vue +++ b/src/views/system/user/profile/resetPwd.vue @@ -1,13 +1,28 @@