对接法规/认证任务计划、设定

This commit is contained in:
qq787203167
2022-04-21 18:35:25 +08:00
parent 4b90f6308b
commit 714efbcf08
4 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
data() {
return {
tokenHeader: {'X-Access-Token': Vue.ls.get(ACCESS_TOKEN)},
importUrl: window._CONFIG['domianURL'] + this.url.importZipUrl,
importUrl: window._CONFIG['domianURL'] +'/'+ this.url.importZipUrl,
cut: '',
}
},