前端登录去除默认账号

This commit is contained in:
zzp
2025-11-05 14:30:28 +08:00
parent f6a175f12e
commit b0ef1004f8
3 changed files with 4 additions and 6 deletions

View File

@@ -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.

View File

@@ -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'

View File

@@ -123,8 +123,8 @@ export default {
},
},
loginForm: {
account: 'demo',
pwd: 'crmeb.com',
account: '',
pwd: '',
captchaVO: {},
},
loginRules: {