chore: 修改API线上地址
This commit is contained in:
parent
b10befcd43
commit
f560c2457a
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue