chore: 修改API线上地址

Former-commit-id: f560c2457ab8dabd24ce046a6c3c5a6af4116ae1
This commit is contained in:
horizons
2022-10-28 01:49:21 +08:00
parent c04be0834d
commit 19b7ff7a78

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,