Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
b4f3c1ca
Commit
b4f3c1ca
authored
Mar 29, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改分享和步数
parent
e6c3477a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pages/index/index.vue
pages/index/index.vue
+2
-1
No files found.
pages/index/index.vue
View file @
b4f3c1ca
...
...
@@ -145,8 +145,9 @@
that
.
authCheck
().
then
(
checkCode
=>
{
console
.
log
(
"
处理lll
"
+
checkCode
)
if
(
checkCode
==
0
)
{
that
.
unregistered
=
true
;
that
.
getWeRunDataFn
().
then
(
runData
=>
{
runData
&&
(
that
.
unregistered
=
true
);
})
}
else
if
(
checkCode
==
2001
){
that
.
unregistered
=
false
;
...
...
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