diff --git a/.env.development b/.env.development index a536a4e..91dc563 100644 --- a/.env.development +++ b/.env.development @@ -8,5 +8,5 @@ VITE_APP_PORT = 9999 VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_URL = 'http://myvuetest.net' VITE_APP_TOKEN_KEY = 'offlineAccessSystemAppToken' -VITE_APP_SJZT_URL = 'http://172.20.5.86/prod-api' +VITE_APP_SJZT_URL = 'http://172.20.5.120/prod-api' VITE_OFFICE_HOST="http://192.168.56.101:8012" diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts index 93c09a5..1564e53 100644 --- a/src/store/modules/tagsView.ts +++ b/src/store/modules/tagsView.ts @@ -6,7 +6,7 @@ export interface TagView extends Partial { title?: string; } -// setup +// setup export const useTagsViewStore = defineStore("tagsView", () => { // state const visitedViews = ref([]);