Commit 944b72e5 authored by 黄奎's avatar 黄奎

页面修改

parent 2f6a7180
......@@ -517,7 +517,6 @@ export default {
//切换统计看板
exChangeBoard(){
window.location="http://data.oytour.com/#/viittoData2"
//window.location="http://192.168.0.112:8081/#/viittoData2";
window.location.reload();
},
//向上取整
......
......@@ -608,7 +608,6 @@ export default {
//切换统计看板
exChangeBoard(){
window.location="http://data.oytour.com/#/viittoData"
//window.location="http://192.168.0.112:8081/#/viittoData"
window.location.reload();
},
//获取地址、
......
......@@ -12,10 +12,7 @@ export default {
},
//域名管理对象
Vue.prototype.domainManager = function() {
// var domainUrl = "http://test_reborn.oytour.com";//主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
var domainUrl = "http://reborn.oytour.com";//主域名
// var domainUrl = "http://192.168.2.16:8083";//主域名
if (this.isOnline()) {
domainUrl = "http://reborn.oytour.com";
}
......
......@@ -7,7 +7,6 @@
<div class="box">
<div class="title">
<h1>印象之旅销售数据平台</h1>
<!-- <h6>MAGE · Data Services</h6> -->
<div class="time">
{{times.length==2?(times[0].length==1?'0'+times[0]:times[0]):""}}<span
style="font-family:pingfang;font-size:40px;color:#666;margin-left:-2px;">:</span>{{times.length==2?(times[1].length==1?'0'+times[1]:times[1]):""}}
......@@ -87,10 +86,6 @@
</div>
</div>
<div class="show-center-content">
<!-- <i class="l-t"></i>
<i class="r-t"></i>
<i class="l-b"></i>
<i class="r-b"></i>-->
<div class="count-box">
<div class="cloub-tag-box">
<tags :hotWord="hotWord"></tags>
......@@ -124,10 +119,7 @@
<i class="r-t"></i>
<i class="l-b"></i>
<i class="r-b"></i>
<!-- <div class="title">销售部门排名</div>
<div class="content">
<departHorizontalRank></departHorizontalRank>
</div>-->
<!--销售部门排名-->
<newOrder :data='data.signInfo'></newOrder>
</div>
</div>
......
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