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 06c3c266
authored
Oct 27, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改删除资源限制
1 parent
c862e7e1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
basedist.zip
dist.zip
public/js/config.js
public/js/version.json
src/views/resource/treeComponents/cameraTree.vue
basedist.zip
0 → 100644
View file @
06c3c26
No preview for this file type
dist.zip
View file @
06c3c26
No preview for this file type
public/js/config.js
View file @
06c3c26
export
let
config
=
{
"logstatus"
:
true
,
//是否开启日志收集
"hadertitle"
:
"
郑州高新区数智治理
AI视频分析平台"
,
//系统标题
"logintitle"
:
"
郑州高新区数智治理
AI视频分析平台"
//展示标题
"hadertitle"
:
"AI视频分析平台"
,
//系统标题
"logintitle"
:
"AI视频分析平台"
//展示标题
}
\ No newline at end of file
public/js/version.json
View file @
06c3c26
{
"commit"
:
"be2a32402ea665ed65bd621aa8acc1b6e4ce81ab"
,
"commitDate"
:
"2020-10-26 11:4"
,
"buildDate"
:
"2020-10-26 11:32"
,
"version"
:
"2.0.8"
,
"info"
:
"提交标题修改"
}
\ No newline at end of file
{
"commit"
:
"c862e7e1e924d49cb22b704c04321d2ecd3e2724"
,
"commitDate"
:
"2020-10-26 11:41"
,
"buildDate"
:
"2020-10-27 14:9"
,
"version"
:
"2.0.8"
,
"info"
:
"增加标题配置"
}
\ No newline at end of file
src/views/resource/treeComponents/cameraTree.vue
View file @
06c3c26
...
...
@@ -193,6 +193,14 @@ export default {
this
.
$emit
(
"clickHandle"
,
data
,
"camera"
);
},
nodeDelClick
(
node
,
data
)
{
if
(
data
.
children
.
length
>
0
)
{
this
.
$message
({
type
:
"warning"
,
message
:
"该组织下存在子节点,不允许直接删除!"
});
return
false
;
}
this
.
$confirm
(
"此操作将永久删除该选项, 是否继续?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
@@ -297,7 +305,6 @@ export default {
});
},
delTreenode
(
data
){
debugger
this
.
$refs
.
catree
.
remove
(
data
.
vchan_refid
)
},
...
...
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