Browse Source

产品导入一键匹配404

wangmh 8 years ago
parent
commit
6b5bd1fea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/services/BaseInfo.js

+ 1 - 1
src/main/webapp/resources/js/index/services/BaseInfo.js

@@ -99,7 +99,7 @@ define(['ngResource'], function() {
 				method: 'GET'
 				method: 'GET'
 			},
 			},
 			matchbytype: {
 			matchbytype: {
-				url: '/product/baseInfo/edit/matchbytype/:type',
+				url: 'product/baseInfo/edit/matchbytype/:type',
 				method: 'POST'
 				method: 'POST'
 			}
 			}
 		})
 		})