This commit is contained in:
yuping
2022-12-14 20:22:44 +08:00
parent f14deb5d50
commit bda248a386
3 changed files with 6 additions and 9 deletions

View File

@@ -13,8 +13,8 @@ import { viteMockServe } from 'vite-plugin-mock'
import topLevelAwait from "vite-plugin-top-level-await";
const path = require('path')
// const url = 'http://localhost:30001'
const url = 'http://111.231.196.214:12013/manageApi'
const url = 'http://localhost:30001'
// const url = 'http://111.231.196.214:12013/manageApi'
export default defineConfig(({ command }) =>
({
base: '/fe-student',