@@ -26,7 +26,7 @@ module.exports = {
"/mtsy": {
// target: 'http://172.16.90.238:21008',
// target: 'http://172.16.90.64:21009',
- target: 'http://172.16.90.77:21008',
+ target: 'http://172.16.90.32:5210',
pathRewrite: {
"^/mtsy": ""
},
@@ -26,7 +26,6 @@ const formdata = e =>{
export default {
//取得全部展示数据
getAlldata() {
- debugger;
return fetch(
`/mtsy/${location.searchObj().pc ? 'web/code/info/show' : 'app/code/scanCode'}?qrToken=${location.searchObj().qrToken}`
)