herenshan112 5 months ago
parent
commit
87b7af4d9c
  1. 2
      .env.development
  2. 2
      src/store/modules/tagsView.ts

2
.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"

2
src/store/modules/tagsView.ts

@ -6,7 +6,7 @@ export interface TagView extends Partial<RouteLocationNormalized> {
title?: string;
}
// setup
// setup
export const useTagsViewStore = defineStore("tagsView", () => {
// state
const visitedViews = ref<TagView[]>([]);

Loading…
Cancel
Save