chore: 修改API线上地址
This commit is contained in:
parent
b10befcd43
commit
f560c2457a
|
|
@ -26,7 +26,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
||||||
proxy: {
|
proxy: {
|
||||||
[env.VITE_APP_BASE_API]: {
|
[env.VITE_APP_BASE_API]: {
|
||||||
// 线上API地址
|
// 线上API地址
|
||||||
target: 'http://sapi.youlai.tech',
|
target: 'http://vapi.youlai.tech',
|
||||||
// 本地API地址
|
// 本地API地址
|
||||||
// target: 'http://localhost:8989',
|
// target: 'http://localhost:8989',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue