后台管理框架搭建
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user