chenrui
2 天以前 0cfe504df6440d80f05e1ee555ee18be6b7e8321
打包基础信息修改
已修改1个文件
2 ■■■ 文件已修改
vite.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.js
@@ -2,7 +2,7 @@
import path from 'path'
import createVitePlugins from './vite/plugins'
const baseUrl = 'http://114.132.189.42:7003' // 后端接口
const baseUrl = 'http://127.0.0.1:7003' // 后端接口
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {