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