@@ -2,8 +2,11 @@
ENV = 'production'
# base api
-# VUE_APP_BASE_API = '/prod-api'
-VUE_APP_BASE_API = 'http://192.168.2.68:8012'
+# 测试地址
+VUE_APP_BASE_API = 'https://zplma-b.caimei365.com'
+
+# 正式地址
+# VUE_APP_BASE_API = 'http://192.168.2.68:8012'
# 文件上传
VUE_APP_UPLOAD_API='https://zplma-b.caimei365.com'
@@ -58,7 +58,7 @@ export default {
data() {
return {
loginForm: {
- username: 'admin',
+ username: '',
password: ''
},
loginRules: {