chore: 新增一批接口

This commit is contained in:
wangxuefeng
2025-02-28 17:14:32 +08:00
parent a835e266b5
commit 2fa8ed74e5
27 changed files with 482 additions and 29 deletions

View File

@@ -45,6 +45,13 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
server: {
open: true,
host: true,
proxy: {
'/api': {
target: 'https://custom-chart-pre-api.shiyue.com',
changeOrigin: true,
secure: false,
},
},
},
plugins: [
vue(),