丁烨烨 9 tháng trước cách đây
mục cha
commit
6afef183c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite'
 import path from 'path'
 import createVitePlugins from './vite/plugins'
 
-const baseUrl = 'http://localhost:8080' // 后端接口
+const baseUrl = 'http://192.168.110.235:8080' // 后端接口
 
 // https://vitejs.dev/config/
 export default defineConfig(({ mode, command }) => {