From 87b7af4d9c9680aa8ce141f44a325c80b4008609 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 17 Jun 2025 14:01:26 +0800 Subject: [PATCH] 1 --- .env.development | 2 +- src/store/modules/tagsView.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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([]);