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