chore: 修改API线上地址
Former-commit-id: f560c2457ab8dabd24ce046a6c3c5a6af4116ae1
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user