chore(vite.config.ts): 线上代理地址路径修改
Former-commit-id: 7f10b6348036279f2b43d681083d3fe6a73b5ff9
This commit is contained in:
@@ -25,7 +25,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
|||||||
open: true, // 运行自动打开浏览器
|
open: true, // 运行自动打开浏览器
|
||||||
proxy: {
|
proxy: {
|
||||||
[env.VITE_APP_BASE_API]: {
|
[env.VITE_APP_BASE_API]: {
|
||||||
target: 'http://localhost:8989',
|
target: 'http://sapi.youlai.tech',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: path =>
|
rewrite: path =>
|
||||||
path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||||
|
|||||||
Reference in New Issue
Block a user