diff --git a/admin/.env.development b/admin/.env.development index 90b992d4..f6d3b55e 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -3,8 +3,7 @@ ENV = 'development' # base api # VUE_APP_BASE_API = '/dev-api' -# VUE_APP_BASE_API = 'https://api.java.crmeb.net' -VUE_APP_BASE_API = 'http://192.168.31.35:2500' +VUE_APP_BASE_API = 'http://xxxx' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/admin/.env.production b/admin/.env.production index 9b93d1e2..72c4c52a 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -3,5 +3,4 @@ ENV = 'production' # base api # VUE_APP_BASE_API = '/prod-api' -# VUE_APP_BASE_API = 'https://api.java.crmeb.net' -VUE_APP_BASE_API = 'http://192.168.31.35:2500' +VUE_APP_BASE_API = 'http://xxxx' diff --git a/admin/src/views/login/index.vue b/admin/src/views/login/index.vue index e6bd48d6..7f1c9f09 100644 --- a/admin/src/views/login/index.vue +++ b/admin/src/views/login/index.vue @@ -123,8 +123,8 @@ export default { }, }, loginForm: { - account: 'demo', - pwd: 'crmeb.com', + account: '', + pwd: '', captchaVO: {}, }, loginRules: {