Commit 9ae9ce3b authored by 黄媛媛's avatar 黄媛媛
parents b2c18357 454c484c
......@@ -731,9 +731,19 @@
FIndex: 1
}
});
}
},
//修改版权
TestMiniApp() {
this.apipost("/api/Mall/GetGoosPoster", {
goodsId: 131592,
path: "/Temp/"
}, res => {
console.log("Test",res.data);
})
},
},
mounted() {
this.TestMiniApp();
this.init();
this.getMiniPrograme();
this.getRemoveMiniPrograme();
......
......@@ -55,7 +55,7 @@ export default {
Vue.prototype.domainManager = function() {
let domainUrl = '';
domainUrl = "https://mallapi.oytour.com";
//domainUrl = "https://localhost:5001";
domainUrl = "https://localhost:5001";
let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com";
......@@ -265,6 +265,9 @@ export default {
MallBaseId: MallBaseId,
TenantId: TenantId,
EmpId: EmpId,
// MiniAppId:"wxacd9f8cc3480d29e",
// OpenId:"ow_7I5ZQKhAB66yvOTGI35Xk-Kmg",
// UserId:19992,
}
return postData
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment