mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 03:58:35 +08:00
前端登录去除默认账号
This commit is contained in:
@@ -3,8 +3,7 @@ ENV = 'development'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
# VUE_APP_BASE_API = 'https://api.java.crmeb.net'
|
VUE_APP_BASE_API = 'http://xxxx'
|
||||||
VUE_APP_BASE_API = 'http://192.168.31.35:2500'
|
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||||
|
|||||||
@@ -3,5 +3,4 @@ ENV = 'production'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = '/prod-api'
|
# VUE_APP_BASE_API = '/prod-api'
|
||||||
# VUE_APP_BASE_API = 'https://api.java.crmeb.net'
|
VUE_APP_BASE_API = 'http://xxxx'
|
||||||
VUE_APP_BASE_API = 'http://192.168.31.35:2500'
|
|
||||||
|
|||||||
@@ -123,8 +123,8 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
loginForm: {
|
loginForm: {
|
||||||
account: 'demo',
|
account: '',
|
||||||
pwd: 'crmeb.com',
|
pwd: '',
|
||||||
captchaVO: {},
|
captchaVO: {},
|
||||||
},
|
},
|
||||||
loginRules: {
|
loginRules: {
|
||||||
|
|||||||
Reference in New Issue
Block a user