cuixq преди 4 години
родител
ревизия
b3dc97621a

+ 1 - 1
front-vue/src/views/system/company/certification.vue

@@ -1719,7 +1719,7 @@ export default {
     /** 企业账户验证网联支持银行列表 */
     authorizationTemplate() {
       this.download(
-        "system_cc/companyAuth/bankList",
+        "system/companyAuth/bankList",
         {},
         `企业账户验证网联支持银行列表.xlsx`
       );

+ 2 - 2
front-vue/src/views/system/user/detail.vue

@@ -277,7 +277,7 @@ export default {
       const userId = this.$route.params && this.$route.params.userId;
       this.queryParams.userId = userId;
       this.download(
-        "system_cc/ownUser/jpgAuthorization",
+        "system/ownUser/jpgAuthorization",
         {
           ...this.queryParams,
         },
@@ -289,7 +289,7 @@ export default {
       this.queryParams.userId = userId;
       console.log(this.queryParams.userId);
       this.download(
-        "system_cc/ownUser/jpgApply",
+        "system/ownUser/jpgApply",
         {
           ...this.queryParams,
         },

+ 2 - 2
front-vue/src/views/system/user/index.vue

@@ -1470,7 +1470,7 @@ export default {
     /** 安心签开户及管理授权书(模板) */
     authorizationTemplate() {
       this.download(
-        "system_cc/ownUser/authorization",
+        "system/ownUser/authorization",
         {},
         `安心签开户及管理授权书(模板).docx`
       );
@@ -1478,7 +1478,7 @@ export default {
     /** 安心签用户信息变更申请表 */
     applicationTemplate() {
       this.download(
-        "system_cc/ownUser/apply",
+        "system/ownUser/apply",
         {},
         `安心签用户信息变更申请表.xlsx`
       );