Commit f32d7aa3 by yuhao

去掉高危群体操作列

parent 4ba85d5c
...@@ -1787,7 +1787,8 @@ ...@@ -1787,7 +1787,8 @@
pageBs == 'queryAjcc'|| pageBs == 'queryAjcc'||
pageBs == 'dswtzxxlbxx'|| pageBs == 'dswtzxxlbxx'||
pageBs == 'zdhdxxcjqk'|| pageBs == 'zdhdxxcjqk'||
pageBs == 'cxyhz' pageBs == 'cxyhz'||
pageASs == 'detailGwqt'
) )
"> ">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
<div class="text item" <div class="text item"
v-show="showGW"> v-show="showGW">
<right-content :pageBs="pageBs" <right-content :pageBs="pageBs"
:pageASs="'detailGwqt'"
:cxFormData="cxFormDataGW" :cxFormData="cxFormDataGW"
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormTheadGW" :cxDefaultFormThead="cxDefaultFormTheadGW"
......
...@@ -58,7 +58,7 @@ module.exports = { ...@@ -58,7 +58,7 @@ module.exports = {
}, },
proxy: { proxy: {
"/apialy": { "/apialy": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022 target: "http://192.168.1.109:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true, // ws: true,
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
......
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