Lijy hace 6 meses
padre
commit
87194bacdb

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/index.html

@@ -7,7 +7,7 @@
     <title>客户管家</title>
     <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
     <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
-    <script src="https://s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js "></script>
+    <!-- <script src="https://s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js "></script> -->
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/components/common/pullDownSelector.vue

@@ -57,7 +57,7 @@
 </template>
 
 <script setup>
-import { ref, onBeforeUpdate, reactive, watch, onMounted } from "vue";
+import { ref, onBeforeUpdate, reactive, watch, onMounted, onActivated } from "vue";
 import { manualCopying, useDebounce } from "@hooks/useCommon";
 import requests from "@common/requests";
 import { GET_ALL_PERSONNEL } from "@hooks/useApi";

+ 3 - 3
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/components/common/translationComponent.vue

@@ -1,5 +1,5 @@
 <template>
-  <template v-if="userInfo.userInfo.userNameNeedTranslate == 1">
+  <!-- <template v-if="userInfo.userInfo.userNameNeedTranslate == 1">
     <template v-if="Array.isArray(openId)">
       <template v-for="(item, index) in openId">
         <ww-open-data :type='type' :openid='item'></ww-open-data>
@@ -8,9 +8,9 @@
     </template>
     <ww-open-data :type='type' :openid='openId' v-else></ww-open-data>
   </template>
-  <template v-else>
+  <template v-else> -->
     {{ Array.isArray(openId) ? openId.join(',') : openId }}
-  </template>
+  <!-- </template> -->
 </template>
 
 <script setup>

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/vite.config.js

@@ -5,8 +5,8 @@ import Components from "unplugin-vue-components/vite";
 import { VantResolver } from "unplugin-vue-components/resolvers";
 import { postcssConfig } from "./postcss.config.js";
 
-const target = 'http://192.168.2.7:10010';
-// const target = 'http://192.168.2.3:10010';
+// const target = 'http://192.168.2.7:10010';
+const target = 'http://192.168.2.3:10010';
 // const target = 'http://192.168.2.17:10010';
 // const target = 'http://47.101.180.183:10010';