Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e4083278
authored
Jun 29, 2021
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改事件无法展示问题
1 parent
b5f1a8e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
public/js/version.json
src/assets/js/buildcodes.js
src/views/Login.vue
public/js/version.json
View file @
e408327
{
"commit"
:
"f25c960da3c22d3c221e8aea91f7d7a900b0205d"
,
"commitDate"
:
"2021-5-31 14:0"
,
"buildDate"
:
"2021-6-16 11:9"
,
"version"
:
"2.1.0"
,
"info"
:
"合并修改"
}
\ No newline at end of file
{
"commit"
:
"b5f1a8e472f6d9fba2d1cf72417bc01b537bd6f8"
,
"commitDate"
:
"2021-6-16 18:7"
,
"buildDate"
:
"2021-6-29 10:20"
,
"version"
:
"2.1.0"
,
"info"
:
"【BUG】flv播放黑屏问题解决 【BUG】新增预置位Chrome不能设置预置位编号"
}
\ No newline at end of file
src/assets/js/buildcodes.js
View file @
e408327
...
...
@@ -85,6 +85,7 @@ class Codes {
}
//安防
behavior
()
{
debugger
if
(
this
.
allData
.
event_type
===
"32"
)
{
this
.
result
.
number
=
this
.
allData
.
event_data
.
number
;
}
else
{
...
...
src/views/Login.vue
View file @
e408327
...
...
@@ -180,10 +180,10 @@ export default {
//存储配置列表
this
.
storeConfList
();
//code列表
//
this.getCatesList();
//
this.getCodeList();
//
this.getCustomCode();
//
this.getEventList();
this
.
getCatesList
();
this
.
getCodeList
();
this
.
getCustomCode
();
this
.
getEventList
();
this
.
getDev
();
this
.
getMenu
(
res
.
user_unid
);
},
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment