chore: 修改API线上地址

This commit is contained in:
horizons 2022-10-28 01:49:21 +08:00
parent b10befcd43
commit f560c2457a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
proxy: {
[env.VITE_APP_BASE_API]: {
// 线上API地址
target: 'http://sapi.youlai.tech',
target: 'http://vapi.youlai.tech',
// 本地API地址
// target: 'http://localhost:8989',
changeOrigin: true,