去掉趋势分析

main
岩仔88 1 month ago
parent 37f346998f
commit 7b7947a3cc

@ -1,4 +1,4 @@
let url_ = "https://luanpingxianyy-tj.sixinyun.com"; let url_ = "https://jlcjrkfzx-tj.sixinyun.com";
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 1) {
url_ = "http://192.168.31.106:8000" url_ = "http://192.168.31.106:8000"

@ -1,7 +1,7 @@
import { import {
$post $post
} from '@/lu/axios.js' } from '@/lu/axios.js'
let url_ = "https://luanpingxianyy-tj.sixinyun.com"; let url_ = "https://jlcjrkfzx-tj.sixinyun.com";
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 1) {
url_ = "http://192.168.31.106:8000" url_ = "http://192.168.31.106:8000"

@ -75,12 +75,12 @@
</view> </view>
<view class="top_button_text_wrapper">报告对比</view> <view class="top_button_text_wrapper">报告对比</view>
</view> </view>
<view @click="toPage('analysis')" class="top_button_wrapper top_button2_wrapper"> <!-- <view @click="toPage('analysis')" class="top_button_wrapper top_button2_wrapper">
<view class="top_button_icon_wrapper"> <view class="top_button_icon_wrapper">
<image :src="$image('/storage/assets/report/home/趋势分析@2x.png')"></image> <image :src="$image('/storage/assets/report/home/趋势分析@2x.png')"></image>
</view> </view>
<view class="top_button_text_wrapper">趋势分析</view> <view class="top_button_text_wrapper">趋势分析</view>
</view> </view> -->
</view> </view>
<view class="tip_wrapper"> <view class="tip_wrapper">
<text class="tip_title_wrapper">温馨提示</text> <text class="tip_title_wrapper">温馨提示</text>
@ -229,6 +229,7 @@
background: #FFFFFF; background: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content:start;
padding-left: 20rpx;
} }
</style> </style>
Loading…
Cancel
Save