1
This commit is contained in:
@@ -3,7 +3,7 @@ ENV = 'development'
|
|||||||
|
|
||||||
# EBTS/开发环境
|
# EBTS/开发环境
|
||||||
#VUE_APP_BASE_API = '/dev-api'
|
#VUE_APP_BASE_API = '/dev-api'
|
||||||
VUE_APP_BASE_API = 'http://localhost:8085/dev-api'
|
VUE_APP_BASE_API = 'http://localhost:8096/dev-api'
|
||||||
#VUE_APP_BASE_API = 'https://api.ebts.top/dev-api'
|
#VUE_APP_BASE_API = 'https://api.ebts.top/dev-api'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ ENV = 'production'
|
|||||||
|
|
||||||
# EBTS/生产环境
|
# EBTS/生产环境
|
||||||
#VUE_APP_BASE_API = '/prod-api'
|
#VUE_APP_BASE_API = '/prod-api'
|
||||||
VUE_APP_BASE_API = 'https://api.ebts.top/dev-api'
|
VUE_APP_BASE_API = 'http://sistapi.hchyun.cn/dev-api'
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ export default {
|
|||||||
codeUrl: "",
|
codeUrl: "",
|
||||||
cookiePassword: "",
|
cookiePassword: "",
|
||||||
loginForm: {
|
loginForm: {
|
||||||
username: "clay",
|
username: "admin",
|
||||||
password: "926425",
|
password: "926425",
|
||||||
// username: "admin",
|
// username: "admin",
|
||||||
// password: "HCY@2020",
|
// password: "HCY@2020",
|
||||||
|
|||||||
Reference in New Issue
Block a user