yinds 2 недель назад
Родитель
Сommit
8e894d15c2
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      config/webpack.development.js
  2. 0 1
      src/api/index.js

+ 1 - 1
config/webpack.development.js

@@ -26,7 +26,7 @@ module.exports = {
 			"/mtsy": {
 			"/mtsy": {
 				// target: 'http://172.16.90.238:21008',
 				// target: 'http://172.16.90.238:21008',
 				// target: 'http://172.16.90.64:21009',
 				// target: 'http://172.16.90.64:21009',
-				target: 'http://172.16.90.77:21008',
+				target: 'http://172.16.90.32:5210',
 				pathRewrite: {
 				pathRewrite: {
 					"^/mtsy": ""
 					"^/mtsy": ""
 				},
 				},

+ 0 - 1
src/api/index.js

@@ -26,7 +26,6 @@ const formdata = e =>{
 export default {
 export default {
 	//取得全部展示数据
 	//取得全部展示数据
 	getAlldata() {
 	getAlldata() {
-		debugger;
 		return fetch(
 		return fetch(
 				`/mtsy/${location.searchObj().pc ? 'web/code/info/show' : 'app/code/scanCode'}?qrToken=${location.searchObj().qrToken}`
 				`/mtsy/${location.searchObj().pc ? 'web/code/info/show' : 'app/code/scanCode'}?qrToken=${location.searchObj().qrToken}`
 			)
 			)