lrf 1 year ago
parent
commit
2e514d4262
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.development
  2. 1 1
      vite.config.js

+ 1 - 1
.env.development

@@ -5,4 +5,4 @@ NODE_ENV='development'
 VITE_APP_PORT = 3000
 
 # 代理前缀
-VITE_APP_BASE_API = '/st/api'
+VITE_APP_BASE_API = '/ts/frame/api'

+ 1 - 1
vite.config.js

@@ -26,7 +26,7 @@ export default defineConfig(({ mode }) => {
          */
         [env.VITE_APP_BASE_API]: {
           changeOrigin: true,
-          target: 'http://localhost:9901'
+          target: 'http://localhost:9700'
         }
       }
     },