傅豪杰 11 місяців тому
батько
коміт
55794dbee3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/store/store.js

+ 1 - 1
src/store/store.js

@@ -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_-]+)+$",