chore: 添加本地接口API地址
This commit is contained in:
parent
9a297d1986
commit
962ea46c69
|
|
@ -45,7 +45,10 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
// 反向代理解决跨域
|
// 反向代理解决跨域
|
||||||
proxy: {
|
proxy: {
|
||||||
[env.VITE_APP_BASE_API]: {
|
[env.VITE_APP_BASE_API]: {
|
||||||
|
// 线上接口API地址
|
||||||
target: 'http://vapi.youlai.tech',
|
target: 'http://vapi.youlai.tech',
|
||||||
|
// 本地接口API地址
|
||||||
|
//target: 'http://localhost:8989',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: path =>
|
rewrite: path =>
|
||||||
// localhost:3000/dev-api/users/me → http://vapi.youlai.tech/users/me
|
// localhost:3000/dev-api/users/me → http://vapi.youlai.tech/users/me
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue