瀏覽代碼

chore: 更新后端接口地址为9024端口

huoyi 2 月之前
父節點
當前提交
1892042979
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -3,7 +3,7 @@ import path from 'path'
3
 import createVitePlugins from './vite/plugins'
3
 import createVitePlugins from './vite/plugins'
4
 
4
 
5
 // const baseUrl = 'http://192.168.3.221:8088' // 后端接口
5
 // const baseUrl = 'http://192.168.3.221:8088' // 后端接口
6
-const baseUrl = 'http://airport.samsundot.com:9021/prod-api'
6
+const baseUrl = 'http://airport.samsundot.com:9024/prod-api'
7
 // https://vitejs.dev/config/
7
 // https://vitejs.dev/config/
8
 export default defineConfig(({ mode, command }) => {
8
 export default defineConfig(({ mode, command }) => {
9
   const env = loadEnv(mode, process.cwd())
9
   const env = loadEnv(mode, process.cwd())