htc 20 小时之前
父节点
当前提交
db70a07d98

+ 2 - 2
public/index.html

@@ -35,10 +35,10 @@
   <!-- 开发环境 -->
   <% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %>
     <script>
-      window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
+      // window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
       // window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';//生产内网地址
       // window.SITE_CONFIG['apiURL'] = 'https://wxapp.transcend-intl.cn/chuangheng-admin';
-      // window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9021/chuangheng-admin';
+      window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9021/chuangheng-admin';
       window.SITE_CONFIG['apiURL1'] = 'http://gpu.ringzle.com:8082/iot';
       window.SITE_CONFIG['apiURL2'] = 'http://gpu.ringzle.com:8082/witcarbon-gica';
       // 李勇本机地址

二进制
src/assets/images/versionTwo/report_fail.png


二进制
src/assets/images/versionTwo/report_success.png


+ 3 - 0
src/components/reportList/index.vue

@@ -112,6 +112,9 @@
 
   const emit = defineEmits(['toggleReport','deleteReport','sendReport','reCreateReport','refreshReportList'])
   const toggleReport = (item) => {
+    isTeam.value = false;
+    return pdfShow.value = true;
+
     if(isTeam.value){
       useCommonStore().$state.relationId = item?.id;
     }else{