Explorar el Código

绘图弹窗优化

wulanhaote
庞东旭 hace 3 años
padre
commit
bc2250c339
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. +1
    -2
      config/index.js
  2. +2
    -2
      src/views/homesteadSurvey/list.vue

+ 1
- 2
config/index.js Ver fichero

@@ -13,8 +13,7 @@ module.exports = {
"/api": {
// 请求的目标主机
//target: 'http://116.255.135.38:8081/nsgk_test/',
//target: 'http://localhost:8080/',
target:'http://192.168.31.92:8080',
target: 'http://localhost:8080/',
changeOrigin: true,
pathRewrite: {
'^/api': ''


+ 2
- 2
src/views/homesteadSurvey/list.vue Ver fichero

@@ -1111,9 +1111,9 @@
</van-popup>

<!--绘制结束弹窗开始-->
<van-popup v-model:show="showhzht" style="width: 94%;border-radius: 15PX">
<van-popup v-model:show="showhzht" style="width: 94%;border-radius: 15PX" :close-on-click-overlay="false">
<div style="height: 200px;padding: 0 3%;">
<h1 style="font-size: 0.35rem;font-weight: 400;border-bottom: 1px solid #ccc; line-height: 0.8rem;"><i style="display: inline-block;width: 1%;height: 0.4rem;background: #7ac943;vertical-align: middle;margin-right: 1%;"></i>是否完成绘制<van-icon name="cross" color="#666666" style="position: absolute;right: 2%;top: 0.1rem" @click="showhzht = false" /></h1>
<h1 style="font-size: 0.35rem;font-weight: 400;border-bottom: 1px solid #ccc; line-height: 0.8rem;"><i style="display: inline-block;width: 1%;height: 0.4rem;background: #7ac943;vertical-align: middle;margin-right: 1%;"></i>是否完成绘制</h1>

<div style="text-align: center;margin-top: 30PX">
<p style="font-size: 0.3rem;display: inline-block;background: #ccc;padding: 15PX 10%;border-radius: 30PX;color: #FFF;margin-right: 10%;" @click="showhzht = false,deleteHistory" >否</p>


Cargando…
Cancelar
Guardar