|
@@ -6,7 +6,7 @@ Vue.use(Vuex)
|
|
const store = new Vuex.Store({
|
|
const store = new Vuex.Store({
|
|
state: {
|
|
state: {
|
|
//服务器用
|
|
//服务器用
|
|
- host: "/",
|
|
|
|
|
|
+ host: "https://tianzong.info666.com/tianzong",
|
|
//本地用
|
|
//本地用
|
|
//host:"http://localhost:8080/tianzong",
|
|
//host:"http://localhost:8080/tianzong",
|
|
regEmail: "^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$",
|
|
regEmail: "^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$",
|