|
@@ -1,7 +1,7 @@
|
|
|
import { useAuthStore } from "@/store/auth";
|
|
import { useAuthStore } from "@/store/auth";
|
|
|
import { computed } from "vue";
|
|
import { computed } from "vue";
|
|
|
|
|
|
|
|
-const WEB_URL = 'http://192.168.1.219:5173';
|
|
|
|
|
|
|
+const WEB_URL = 'https://zycj.wenlvti.net';
|
|
|
|
|
|
|
|
export function useWebPageUrl(subPath: string) {
|
|
export function useWebPageUrl(subPath: string) {
|
|
|
|
|
|