lisy 6 ماه پیش
والد
کامیت
177ff14832
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/layout/components/AppMain.vue
  2. 1 1
      vite.config.ts

+ 1 - 1
src/layout/components/AppMain.vue

@@ -1,7 +1,7 @@
 <template>
     <section class="app-main">
         <router-view v-slot="{ Component, route }">
-            <keep-alive :include="tagsViewStore.cachedViews">
+            <keep-alive :include="[]">
                 <component v-if="!route.meta.link" :is="Component" :key="route.fullPath" />
             </keep-alive>
         </router-view>

+ 1 - 1
vite.config.ts

@@ -26,7 +26,7 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => {
             proxy: {
                 [env.VITE_APP_BASE_API]: {
                     // target: 'http://dm.yujin.shuziyunyao.com/api',
-                    target: 'http://stlm.yujin.shuziyunyao.com/trace-api',
+                    target: 'http://lm.yujin.shuziyunyao.com/trace-api',
                     // target: 'http://192.168.1.68:8080',
                     changeOrigin: true,
                     ws: true,