feat: 流式布局点击一级菜单定位到子路由

This commit is contained in:
2025-10-20 14:05:12 +08:00
parent 5163e4dee8
commit 1e5ea1879b
5 changed files with 138 additions and 178 deletions

View File

@@ -17,7 +17,7 @@ export default {
// 要代理的地址
// http://192.168.1.231:48080 伟强
// https://petshy.tashowz.com/
target: 'http://192.168.1.231:48080/',
target: 'https://petshy.tashowz.com/',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,