Commit 9ae9ce3b authored by 黄媛媛's avatar 黄媛媛
parents b2c18357 454c484c
...@@ -731,9 +731,19 @@ ...@@ -731,9 +731,19 @@
FIndex: 1 FIndex: 1
} }
}); });
} },
//修改版权
TestMiniApp() {
this.apipost("/api/Mall/GetGoosPoster", {
goodsId: 131592,
path: "/Temp/"
}, res => {
console.log("Test",res.data);
})
},
}, },
mounted() { mounted() {
this.TestMiniApp();
this.init(); this.init();
this.getMiniPrograme(); this.getMiniPrograme();
this.getRemoveMiniPrograme(); this.getRemoveMiniPrograme();
......
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
Vue.prototype.domainManager = function() { Vue.prototype.domainManager = function() {
let domainUrl = ''; let domainUrl = '';
domainUrl = "https://mallapi.oytour.com"; domainUrl = "https://mallapi.oytour.com";
//domainUrl = "https://localhost:5001"; domainUrl = "https://localhost:5001";
let locationName = window.location.hostname; let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) { if (locationName.indexOf('testmall.oytour') !== -1) {
domainUrl = "https://mallapi.oytour.com"; domainUrl = "https://mallapi.oytour.com";
...@@ -265,6 +265,9 @@ export default { ...@@ -265,6 +265,9 @@ export default {
MallBaseId: MallBaseId, MallBaseId: MallBaseId,
TenantId: TenantId, TenantId: TenantId,
EmpId: EmpId, EmpId: EmpId,
// MiniAppId:"wxacd9f8cc3480d29e",
// OpenId:"ow_7I5ZQKhAB66yvOTGI35Xk-Kmg",
// UserId:19992,
} }
return postData 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