Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
370df98f
Commit
370df98f
authored
Oct 20, 2021
by
lshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
21e9e2a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.vue
src/views/Root/Chat/index.vue
+2
-0
index.vue
src/views/Root/index.vue
+2
-1
No files found.
src/views/Root/Chat/index.vue
View file @
370df98f
...
@@ -342,6 +342,8 @@ export default Vue.extend({
...
@@ -342,6 +342,8 @@ export default Vue.extend({
}
}
this
.
visible
=
false
this
.
visible
=
false
this
.
fetchList
()
this
.
fetchList
()
console
.
log
(
this
.
chatList
,
'this.chatList'
);
}
catch
(
err
)
{}
}
catch
(
err
)
{}
},
},
Status
(
status
:
number
){
Status
(
status
:
number
){
...
...
src/views/Root/index.vue
View file @
370df98f
...
@@ -228,6 +228,6 @@ export default Vue.extend({
...
@@ -228,6 +228,6 @@ export default Vue.extend({
background: #fff;
background: #fff;
}
}
.hover:hover{
.hover:hover{
color: #43
45c4
;
color: #43
c459
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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