lk il y a 5 ans
Parent
commit
c6dc89e830

BIN
.DS_Store


+ 1 - 1
pages/main/index/artificial_orders.vue

@@ -342,7 +342,7 @@ export default {
       if(this.queryData.start_time && this.queryData.end_time){
         url += "&start_time="+this.queryData.start_time+"&end_time="+this.queryData.end_time+"&date_type=2";
       }
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     createOrder() {
       this.$router.push({

+ 1 - 1
pages/main/index/balance_change.vue

@@ -158,7 +158,7 @@ export default {
       };
       var url =
         window.location.host + "/api/admin/order/export?" + "artificial_mark=1";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     async orderStatus(val) {
       // this.orderType = ['全部'];

+ 1 - 1
pages/main/index/cash_form.vue

@@ -332,7 +332,7 @@ export default {
         "&artificial_mark=" +
         0 +
         "&active_name=cash_income";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     onClickPage() {
       this.queryDataFormat();

+ 2 - 2
pages/main/index/kaifabao.vue

@@ -669,14 +669,14 @@ export default {
         return false;
       }
       let url = window.location.host + "/api/admin/kaifabao/export";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     async downWithdrawalList() {
       if (this.tab !== "withdrawal") {
         return false;
       }
       let url = window.location.host + "/api/admin/kaifabao/exportWithdrawal";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     formatDate(time, format = "") {
       if (time === "0") {

+ 1 - 1
pages/main/index/orders.vue

@@ -942,7 +942,7 @@ export default {
         this.checkUser +
         "&product_id=" +
         this.productId;
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
 
     changeTab() {

+ 1 - 1
pages/main/index/project_form.vue

@@ -452,7 +452,7 @@ export default {
       } else {
         url += "&active_name=all";
       }
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     onClickPage(){
       this.queryDataFormat();

+ 1 - 1
pages/main/index/report_business.vue

@@ -107,7 +107,7 @@ export default {
     },
     async exportList() {
       let url = window.location.host + "/api/admin/ReportForm/export?id=IncomeData";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     setTitles(title) {
       for (let i in title) {

+ 1 - 1
pages/main/index/report_cash.vue

@@ -119,7 +119,7 @@ export default {
     },
     async exportList() {
       let url = window.location.host + "/api/admin/ReportForm/export?id=MonthCashTotal";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     setTitles(title) {
       for (let i in title) {

+ 1 - 1
pages/main/index/user_credit_list.vue

@@ -145,7 +145,7 @@
         var url =
           window.location.host + "/api/admin/order/export?" + "artificial_mark=1";
         console.log(url);
-        window.location.href = "http://" + url;
+        window.location.href = "https://" + url;
       },
     }
   };

+ 1 - 1
pages/main/index/user_workfile_list.vue

@@ -142,7 +142,7 @@ export default {
     },
     async downloadWorkFile(id) {
       let url = window.location.host + '/api/admin/UserWorks/downloadWorkFile?id=' + id;
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     handleCurrentChange(val) {
       this.page = val;

+ 4 - 4
pages/main/index/wait_expend.vue

@@ -420,7 +420,7 @@ export default {
     },
     async exportZhichuList(type){
       let url = window.location.host + "/api/admin/order/exportZhichu?productType="+type;
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     async getPackageOrders() {
       const data = {
@@ -463,7 +463,7 @@ export default {
     },
     async exportFrozenList(){
       let url = window.location.host + "/api/admin/order/exportFrozen?status=1";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     //账户余额
     async getBalanceOrders() {
@@ -481,7 +481,7 @@ export default {
     },
     async exportBalanceList(){
       let url = window.location.host + "/api/admin/UserFinancial/exportBalance";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     //薪资余额
     async getIncomeOrders() {
@@ -499,7 +499,7 @@ export default {
     },
     async exportIncomeList(){
       let url = window.location.host + "/api/admin/UserFinancial/exportIncome";
-      window.location.href = "http://" + url;
+      window.location.href = "https://" + url;
     },
     handleClick(tab, event) {
       return;