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