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 5eb97d60
authored
Sep 30, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加批量删除日志;
添加增加组织和地点日志;
1 parent
1e5162b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
src/api/baseUrl.js
src/views/resource/treeComponents/cameraTree.vue
src/views/search/illegal.vue
src/api/baseUrl.js
View file @
5eb97d6
...
...
@@ -3,7 +3,7 @@ console.log(process.env.NODE_ENV);
switch
(
process
.
env
.
NODE_ENV
)
{
case
"development"
:
// baseUrl = "http://192.168.9.234:20080"; // 测试环境url
baseUrl
=
"http://192.168.9.
1
33:20080"
;
// 测试环境url
baseUrl
=
"http://192.168.9.
2
33:20080"
;
// 测试环境url
// baseUrl = "http://192.168.9.82:8080"; // 测试环境url
// baseUrl = "http://192.168.9.61:8086";
// baseUrl = 'http://vion-panda.51vip.biz:52510';
...
...
src/views/resource/treeComponents/cameraTree.vue
View file @
5eb97d6
...
...
@@ -393,10 +393,10 @@ export default {
this
.
$emit
(
"getTree"
);
let
type
=
this
.
formData
.
targetType
;
if
(
type
==
'org'
)
{
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`添加组织
${
this
.
editForm
.
name
}
`
);
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`添加组织
${
this
.
formData
.
name
}
`
);
}
if
(
type
==
'address'
)
{
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`添加地点
${
this
.
editForm
.
name
}
`
);
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`添加地点
${
this
.
formData
.
name
}
`
);
}
}
});
...
...
src/views/search/illegal.vue
View file @
5eb97d6
...
...
@@ -514,6 +514,7 @@ export default {
type
:
"success"
,
message
:
"删除成功!"
});
this
.
$logs
.
oplogs
(
res
,
'serv_serarch'
,
`违法批量删除了
${
this
.
selectcheck
.
length
}
条`
);
this
.
getData
();
}
else
{
this
.
$message
.
error
(
"删除失败!"
);
...
...
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