pages/basics/stockCheck.vue
@@ -95,8 +95,9 @@ }, onLoad(){ let that = this // 获取出库口 uni.request({ url: that.baseUrl + "/available/take/check/site", url: that.baseHttp + that.baseIP + that.baseUrl + "/available/take/check/site", header: { 'token':uni.getStorageSync('token') }, @@ -134,7 +135,7 @@ return; } uni.request({ url: that.baseUrl + "/matCode/auth", url: that.baseHttp + that.baseIP + that.baseUrl + "/matCode/auth", header: { 'content-type':'application/x-www-form-urlencoded', 'token':uni.getStorageSync('token')