zengh
2022-12-07 b11c29b0db3be704677ecad0825e9667b0a3b1c9
导出修改
2 files modified
13 ■■■■ changed files
src/views/system/user.vue 9 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/system/user.vue
@@ -1177,8 +1177,15 @@
          window.open(
            `/api/blade-user/export-user?${
              this.website.tokenHeader
            }=${getToken()}&account=${this.search.account}&realName=${
            }=${getToken()}&account=${this.search.account}
            &realName=${
              this.search.realName
            }
            &workjurisdiction=${
              this.search.workjurisdiction
            }
            &jurisdiction=${
              this.search.jurisdiction
            }`
          );
        });
vue.config.js
@@ -37,8 +37,8 @@
    proxy: {
      '/api': {
        //本地服务接口地址
       target: 'http://106.225.193.35:83/api/',
        // target: 'http://localhost:8383/',
        // target: 'http://106.225.193.35:83/api/',
       target: 'http://localhost:8383/',
        ws: true,
        pathRewrite: {
          '^/api': '/'