da596c4b by 蔡俊立

token设置

1 parent 7a915772
...@@ -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 })
......
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
178 break; 178 break;
179 case "back": //退回按钮 179 case "back": //退回按钮
180 break; 180 break;
181 case "transfer": //转件按钮 181 case "transfer": //转件按钮
182 getNextLinkInfo({ 182 getNextLinkInfo({
183 bsmSlsq: this.bsmSlsq, 183 bsmSlsq: this.bsmSlsq,
184 bestepid: this.bestepid, 184 bestepid: this.bestepid,
...@@ -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;
......