修改显隐
parent
c9148ded72
commit
12c947d29f
|
@ -1,8 +1,8 @@
|
|||
import request from '@/lib/request'
|
||||
import microwaveRequest from "@/lib/request-microwave";
|
||||
|
||||
// 用户登录
|
||||
export function login(data){
|
||||
return request({
|
||||
return microwaveRequest({
|
||||
url:'user/login',
|
||||
method:'post',
|
||||
data
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
:geoWorkSpace="geoWorkSpace" :geoLayerName="geoLayerName" :geoLayerPos="geoLayerPos" :orderId="orderId"
|
||||
:productSubType="productSubType" ref="soilMositurePanel" v-else></SoilMositure>
|
||||
<!-- 真实性检验方法 -->
|
||||
<div class="cardfive">
|
||||
<div class="cardfive" v-if="!hasPixelFun">
|
||||
<div class="box1">
|
||||
<span class="sp1"></span><span class="sp2">真实性检验方法</span>
|
||||
</div>
|
||||
|
|
|
@ -160,7 +160,7 @@ export default {
|
|||
},
|
||||
changePage(orderMsg) {
|
||||
// 正射: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");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue