token设置
Showing
2 changed files
with
5 additions
and
0 deletions
... | @@ -12,6 +12,10 @@ const service = axios.create({ | ... | @@ -12,6 +12,10 @@ const service = axios.create({ |
12 | headers: { | 12 | headers: { |
13 | 'Content-Type': 'application/json; charset=utf-8', | 13 | 'Content-Type': 'application/json; charset=utf-8', |
14 | 'Authorization': 'bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO' | 14 | 'Authorization': 'bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO' |
15 | //token列表 | ||
16 | //admin:bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO | ||
17 | //renc:bearer AT-30-KHB4LXc8-CZXwBEyaFJa9lRmMTc5sHVI | ||
18 | //tianh:bearer AT-33-3zFTGkhQ4eUv4nXvzAmbgN5RPZppzEY6 | ||
15 | }, | 19 | }, |
16 | timeout: 15000 | 20 | timeout: 15000 |
17 | }) | 21 | }) | ... | ... |
... | @@ -258,6 +258,7 @@ export default { | ... | @@ -258,6 +258,7 @@ export default { |
258 | completeTask({ | 258 | completeTask({ |
259 | bsmSlsq: this.bsmSlsq, | 259 | bsmSlsq: this.bsmSlsq, |
260 | shyj: "this.bestepid", | 260 | shyj: "this.bestepid", |
261 | stepform: JSON.stringify(this.tabList) | ||
261 | }).then((res) => { | 262 | }).then((res) => { |
262 | if (res.code === 200) { | 263 | if (res.code === 200) { |
263 | instance.confirmButtonLoading = false; | 264 | instance.confirmButtonLoading = false; | ... | ... |
-
Please register or sign in to post a comment