|
|
@@ -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;
|