zhangh
Results
2
issues of
zhangh
"imageUrlPrefix": "http://img.skeleton.com" url的域名,是推荐另外搭建一个服务器显示图片?
前端页面问题
1
Vue.config.js里面,target不是应该指向网关gateway吗? module.exports = { devServer: { host: '127.0.0.1', port: 7777, proxy: { '/skeleton': { target: 'http://127.0.0.1:**20003**', ws: true }, '/foo': { target: '' } } }, // 打包时不生成.map文件 避免看到源码 productionSourceMap:...