Browse Source

feat: 个人画像

lixiangrui 1 month ago
parent
commit
af9fe4fbb0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

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