修改显隐

tykong-cidian
duxiaoning 2023-01-12 18:20:27 +08:00
parent c9148ded72
commit 12c947d29f
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
import request from '@/lib/request' import microwaveRequest from "@/lib/request-microwave";
// 用户登录 // 用户登录
export function login(data){ export function login(data){
return request({ return microwaveRequest({
url:'user/login', url:'user/login',
method:'post', method:'post',
data data

View File

@ -86,7 +86,7 @@
:geoWorkSpace="geoWorkSpace" :geoLayerName="geoLayerName" :geoLayerPos="geoLayerPos" :orderId="orderId" :geoWorkSpace="geoWorkSpace" :geoLayerName="geoLayerName" :geoLayerPos="geoLayerPos" :orderId="orderId"
:productSubType="productSubType" ref="soilMositurePanel" v-else></SoilMositure> :productSubType="productSubType" ref="soilMositurePanel" v-else></SoilMositure>
<!-- 真实性检验方法 --> <!-- 真实性检验方法 -->
<div class="cardfive"> <div class="cardfive" v-if="!hasPixelFun">
<div class="box1"> <div class="box1">
<span class="sp1"></span><span class="sp2">真实性检验方法</span> <span class="sp1"></span><span class="sp2">真实性检验方法</span>
</div> </div>

View File

@ -160,7 +160,7 @@ export default {
}, },
changePage(orderMsg) { changePage(orderMsg) {
// 150424 150208 // 150424 150208
this.$router.push("/orderUnprocessed?orderId=150166&token=WEB*1673425993482@L3W7_ZZX-yg000087_06848633de364ec7b63c8f53f9e43b19"); this.$router.push("/orderUnprocessed?orderId=150208&token=WEB*1673425993482@L3W7_ZZX-yg000087_06848633de364ec7b63c8f53f9e43b19");
}, },
}, },
}; };