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