|
|
@@ -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,
|
|
|
},
|