Commit 06ef873c authored by 黄奎's avatar 黄奎

页面修改

parent 6be93e19
......@@ -162,7 +162,7 @@
<div class="mainLeftMenu">
<div class="leftMenu1">
<div class="F_Logo">
<div class="asideInner" @click="CommonJump('zanIndex')">{{currentUser.MallName}}
<div class="asideInner" @click="CommonJump('mallIndex')">{{currentUser.MallName}}
</div>
</div>
<ul class="FsettingUU">
......
......@@ -171,7 +171,7 @@
<div class="mainLeftMenu">
<div class="leftMenu1">
<div class="F_Logo">
<div class="asideInner" @click="CommonJump('zanIndex')">{{currentUser.MallName}}
<div class="asideInner" @click="CommonJump('mallIndex')">{{currentUser.MallName}}
</div>
</div>
<ul class="FsettingUU">
......
This diff is collapsed.
......@@ -291,7 +291,7 @@
<div class="is-show-menu-2" v-if="isShowOne" @click="showTwo=true,isShowOne=false">>></div>
<div class="leftMenu1">
<div class="aside-logo">
<div class="asideInner" @click="CommonJump('zanIndex'),firstCked=0,showTwo=false">{{currentUser.MallName}}
<div class="asideInner" @click="CommonJump('mallIndex'),firstCked=0,showTwo=false">{{currentUser.MallName}}
</div>
</div>
<ul>
......@@ -472,7 +472,7 @@
mounted() {
this.getMenuList();
if(this.$route.query.FIndex){
this.CommonJump('zanIndex');
this.CommonJump('mallIndex');
}
this.Height = document.documentElement.clientHeight - 60;
//监听浏览器窗口变化 
......
......@@ -5,7 +5,7 @@
border-bottom: 1px solid #EBEEF5;
}
.zanIndex_Second {
.mallIndex_Second {
background-color: #fff;
position: relative;
padding-bottom: 50px;
......@@ -24,13 +24,13 @@
width: 6%;
}
.zanIndex .el-input__inner {
.mallIndex .el-input__inner {
height: 32px;
line-height: 32px;
padding: 0 10px;
}
.zanIndex .el-input__icon {
.mallIndex .el-input__icon {
line-height: 32px;
}
......@@ -38,12 +38,12 @@
margin-right: 5px;
}
.zanIndex .zanIndex_Second .el-tabs__nav-scroll {
.mallIndex .mallIndex_Second .el-tabs__nav-scroll {
width: 120px;
margin-left: 30px;
}
.zanIndex .zanIndex_Second .el-tabs__nav-wrap::after {
.mallIndex .mallIndex_Second .el-tabs__nav-wrap::after {
content: "";
position: absolute;
left: 0;
......@@ -55,12 +55,12 @@
height: 1px;
}
.zanIndex .el-tabs__item {
.mallIndex .el-tabs__item {
height: 32px;
line-height: 32px;
}
.zanIndex .clean {
.mallIndex .clean {
color: #92959B;
margin-left: 30px;
cursor: pointer;
......@@ -99,7 +99,7 @@
border-left: 1px dashed #EFF1F7;
}
.zanIndexThrid {
.mallIndexThrid {
border: 1px solid #EBEEF5;
background-color: #FFF;
color: #303133;
......@@ -132,7 +132,7 @@
background-color: transparent;
}
.zanIndex .el-card__body {
.mallIndex .el-card__body {
padding: 20px;
}
......@@ -193,11 +193,11 @@
overflow: hidden;
}
.el-zanIndex_btmheader {
.el-mallIndex_btmheader {
padding: 14px 20px;
}
.el-zanIndex_btmheader span {
.el-mallIndex_btmheader span {
/* float:left; */
height: 32px;
line-height: 32px;
......@@ -299,9 +299,9 @@
</style>
<template>
<div class="zanIndex">
<div class="mallIndex">
<div class="zanTotalTop">数据概况</div>
<div class="zanIndex_Second">
<div class="mallIndex_Second">
<div class="searchDiv">
<div>
<el-select v-model="basicQMsg.Source" class="w120" @change="getChange">
......@@ -355,7 +355,7 @@
</div>
</div>
</div>
<div class="zanIndexThrid">
<div class="mallIndexThrid">
<div class="el-card_header">
<div>
<span>销售情况</span>
......@@ -415,7 +415,7 @@
</div>
<div class="zantable-area">
<div class="el-card">
<div class="el-zanIndex_btmheader">
<div class="el-mallIndex_btmheader">
<span>商品购买力TOP排行</span>
<el-button type="primary" class="ZexportBtn" size="mini" @click="DownLoadSalesGoods">导出TOP100</el-button>
</div>
......@@ -460,7 +460,7 @@
</div>
</div>
<div class="el-card">
<div class="el-zanIndex_btmheader">
<div class="el-mallIndex_btmheader">
<span>用户购买力TOP排行</span>
<el-button type="primary" class="ZexportBtn" size="mini" @click="DownLoadSalesUser">导出TOP100</el-button>
</div>
......
......@@ -54,7 +54,8 @@ export default {
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = '';
domainUrl = "http://192.168.2.214:8200"
domainUrl = "http://192.168.2.214:8200";
domainUrl = "https://localhost:5001";
let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) {
domainUrl = "http://mallapi.oytour.com";
......@@ -69,7 +70,6 @@ export default {
ImageUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com',
UploadFileUrl: domainUrl + '/api/File/LocalFileUploadImport',
UploadBlob: domainUrl + '/api/File/UploadBlob',
};
return obj;
},
......@@ -218,7 +218,7 @@ export default {
Vue.prototype.GetPostData = function (cmd, msg, newCmd) {
if (msg == null || msg == "") {
msg = {}
}
}
var timestamp = (new Date()).valueOf();
if (!localStorage.mall_userInfo && localStorage.mall_userInfo != "" &&
this.$route.path.toLowerCase() != "/login" &&
......
......@@ -106,9 +106,9 @@ export default new Router({
name: 'mall',
component: resolve => require(['@/components/mall'], resolve),
children: [{
path: '/zanIndex',
name: 'zanIndex',
component: resolve => require(['@/components/zanIndex'], resolve),
path: '/mallIndex',
name: 'mallIndex',
component: resolve => require(['@/components/mallIndex'], resolve),
},
// 用户管理 用户列表
{
......
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