这是怎么回事呢 刚刚用chmod 777连上了但是看网页看着看着就这样子了
proxy: {
// 代理服务器设置
'/my_test_proxy': {
target: 'xxx:xxx', // 需要将目前的地址代理至target
changeOrigin: true,
pathRewrite: {
['^' + '/my_test_proxy']: '' // 将'/my_test_proxy' 重写为''
}
}
}
你的121是什么地址,你知道么,这和chmod777 有什么关系,你的程序有后台服务么,进行代理了?