| | |
| | | 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 |
| | | }` |
| | | ); |
| | | }); |
| | |
| | | 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': '/' |