Selaa lähdekoodia

修复报告下载

wangtao 4 päivää sitten
vanhempi
commit
6a2854239e
3 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 1
      src/config.js
  2. 0 1
      src/pages/business/mhxf/fireReport/index.vue
  3. 0 1
      src/pages/login.vue

+ 0 - 1
src/config.js

@@ -9,7 +9,6 @@ export default {
   //#endif
 
   //#ifdef H5
-  // baseUrl: "https://gateWay.usky.cn/prod-api",
   baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
   //#endif
 

+ 0 - 1
src/pages/business/mhxf/fireReport/index.vue

@@ -75,7 +75,6 @@ function handleDownload(reportPath) {
 
   // setTimeout(() => {
     //  #ifdef H5
-    // alert(reportPath)
     window.open(reportPath);
     // #endif
 

+ 0 - 1
src/pages/login.vue

@@ -182,7 +182,6 @@ function init() {
 
   if (window.location.host.indexOf("localhost") != -1) {
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
-    // useStore.GetMobileTenantConfig({ url: "manager.usky.cn" });
   } else {
     linkUrl.value = window.location.host;
     useStore.GetMobileTenantConfig({ url: linkUrl.value });