后台管理框架搭建

This commit is contained in:
2023-07-09 19:05:48 +08:00
parent 42f2f6d503
commit 02b58972d6
23 changed files with 1001 additions and 99 deletions

View File

@@ -13,7 +13,7 @@ module.exports = {
proxy: {
'/github': {
//后端接口的baseurl
target: 'https://api.github.com/repos',
target: 'https://api.landaiqing.space/repos',
//是否允许跨域
changeOrigin: true,
// ws: true, //是否代理 websockets