Commit bf2c8cf3 authored by 张伯涛's avatar 张伯涛

一键启停:如果当前换热站只有一个机组,停止会有7个步骤,如果有多个机组,停止只有5个步骤

parent 87abc61a
......@@ -5,7 +5,6 @@ import store from "@/store/index.js";
// 获取AI无人站的token
export function handleGetAIToken() {
return new Promise((resolve, reject) => {
console.log('1111111111111111111111111111111111111111');
const AIToken = localStorage.getItem('AIToken');
if (AIToken) {
// 有存储token判断token有没有过期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment