修复打开分享页需要登陆的BUG

This commit is contained in:
648540858
2023-07-01 22:14:53 +08:00
parent b64f320805
commit 228c57399a
2 changed files with 17 additions and 14 deletions

View File

@@ -12,14 +12,14 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/debug': {
target: 'http://localhost:18978',
target: 'http://localhost:18080',
changeOrigin: true,
pathRewrite: {
'^/debug': '/'
}
},
'/static/snap': {
target: 'http://localhost:18978',
target: 'http://localhost:18080',
changeOrigin: true,
// pathRewrite: {
// '^/static/snap': '/static/snap'