Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f5b39578
authored
2021-01-12 17:26:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去除debugger
1 parent
08d1bd74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/panel/change/cxlz/index.vue
src/views/panel/change/cxlz/index.vue
View file @
f5b3957
...
...
@@ -346,7 +346,6 @@ export default {
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
332
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
220
;
debugger
console
.
log
((
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
)
,
'(document.documentElement.clientWidth || document.body.clientWidth) '
);
this
.
lpbContentwidth
=
(
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
)
-
380
;
});
...
...
Please
register
or
sign in
to post a comment