Commit 454c484c authored by 黄奎's avatar 黄奎

页面修改

parent 32da27ce
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="address" label="数据统计" width="155"> <el-table-column prop="address" label="数据统计" width="155">
<template slot-scope="scope"> <template slot-scope="scope">
<p>用户数:<span style="color:blue">{{scope.row.UserNum}}</span></p> <p>用户数:<span style="color:blue">{{scope.row.UserNum}}</span></p>
<p>订单数:<span style="color:red">{{scope.row.OrderNum}}</span></p> <p>订单数:<span style="color:red">{{scope.row.OrderNum}}</span></p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="EffectiveDateStr" label="有效期" width="170"> <el-table-column prop="EffectiveDateStr" label="有效期" width="170">
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
methods: { methods: {
//退出登录 //退出登录
loginOut() { loginOut() {
let that = this; let that = this;
that.Confirm("确认要退出系统吗?", function () { that.Confirm("确认要退出系统吗?", function () {
localStorage.removeItem("mall_userInfo"); localStorage.removeItem("mall_userInfo");
location.href = '/'; location.href = '/';
...@@ -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