Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
bf2c8cf3
Commit
bf2c8cf3
authored
Sep 28, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一键启停:如果当前换热站只有一个机组,停止会有7个步骤,如果有多个机组,停止只有5个步骤
parent
87abc61a
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
207 additions
and
104 deletions
+207
-104
AItoken.js
src/views/AIStation/AItoken.js
+0
-1
OnekeyStartStopPage.vue
src/views/RemotePage/OnekeyStartStopPage.vue
+207
-103
No files found.
src/views/AIStation/AItoken.js
View file @
bf2c8cf3
...
...
@@ -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有没有过期
...
...
src/views/RemotePage/OnekeyStartStopPage.vue
View file @
bf2c8cf3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment