|
@@ -2070,7 +2070,7 @@ export class BoosterStation {
|
|
|
getDatas(station, action) {
|
|
|
var currentStation = this.tags[station]
|
|
|
var tags = this.getTags(currentStation);
|
|
|
-
|
|
|
+ axios.defaults.withCredentials = true //设定携带cookie (默认axios不携带cookie)
|
|
|
axios.get(`${config.adapterUrl}ts/latest?keys=${tags}`)
|
|
|
.then(msg => {
|
|
|
var datas = msg.data;
|