| | |
| | | // 获取行政区域 |
| | | // 获取token |
| | | getToken() { |
| | | console.log('666666666666') |
| | | const token = sessionStorage.getItem('token'); |
| | | const tokenHead = sessionStorage.getItem('tokenHead'); |
| | | this.handleSuccess() |
| | | if (token && tokenHead) { |
| | | return { Authorization: tokenHead + token }; |
| | | } |
| | | |
| | | }, |
| | | handleSuccess(res, file, filelist) { |
| | | <<<<<<< HEAD |
| | | console.log(res); |
| | | ======= |
| | | console.log(res) |
| | | >>>>>>> 948cca39e334dde8a3ef04c030f8d691edf30bf8 |
| | | const baseUrl = 'http://140.143.152.226:8410/'; |
| | | this.ill.positive = baseUrl + res.data.url1; |
| | | |
| | |
| | | flex: 1; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |