|
@@ -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())
|