Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
8 changed files
with
1 additions
and
3 deletions
src/views/login/images/login-img.svg
0 → 100644
This diff is collapsed.
Click to expand it.
16.7 KB
src/views/login/images/logo-login.svg
0 → 100644
This diff could not be displayed because it is too large.
src/views/login/images/valid.svg
0 → 100644
1 | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1687311691503" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10425" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M867.584 160.192c-149.632-16.928-262.208-57.408-334.592-120.352l-19.04-16.544-20.544 14.656C379.968 118.944 267.776 160 160 160H128v448c0 137.344 121.088 261.92 370.208 380.864l13.088 6.24 13.344-5.728C771.072 883.52 896 755.232 896 608V163.424l-28.416-3.232zM832 608c0 116.8-107.392 223.36-319.328 316.8C299.872 821.024 192 714.464 192 608V222.976c104.672-6.784 211.584-46.688 318.496-118.944C587.232 162.528 695.168 201.536 832 220.256V608z" p-id="10426" fill="#6D7278"></path><path d="M359.776 468.672a32 32 0 1 0-47.968 42.4l121.792 137.824c12.608 14.24 30.176 21.568 47.904 21.568a64.384 64.384 0 0 0 49.696-23.52l197.6-242.72a32 32 0 0 0-49.632-40.416l-197.6 242.688-121.792-137.824z" p-id="10427" fill="#6D7278"></path></svg> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
... | @@ -324,7 +324,6 @@ export default { | ... | @@ -324,7 +324,6 @@ export default { |
324 | }, | 324 | }, |
325 | //切换房屋状态 | 325 | //切换房屋状态 |
326 | handleChoosedH(bsms, color) { | 326 | handleChoosedH(bsms, color) { |
327 | debugger | ||
328 | this.$refs.lpbContent.changeChoosed(bsms, color); | 327 | this.$refs.lpbContent.changeChoosed(bsms, color); |
329 | }, | 328 | }, |
330 | //获取各项单元状态统计数据 | 329 | //获取各项单元状态统计数据 | ... | ... |
... | @@ -171,7 +171,6 @@ export default { | ... | @@ -171,7 +171,6 @@ export default { |
171 | }, | 171 | }, |
172 | changeChoosedObj: { | 172 | changeChoosedObj: { |
173 | handler(val) { | 173 | handler(val) { |
174 | debugger | ||
175 | //清除选中户 | 174 | //清除选中户 |
176 | this.borderColor = 'rgb(230, 230, 230)'; | 175 | this.borderColor = 'rgb(230, 230, 230)'; |
177 | this.zdySelectAll(false,true) | 176 | this.zdySelectAll(false,true) | ... | ... |
... | @@ -89,7 +89,6 @@ export default { | ... | @@ -89,7 +89,6 @@ export default { |
89 | methods: { | 89 | methods: { |
90 | // 改变户选中状态 | 90 | // 改变户选中状态 |
91 | changeChoosed(bsms, color){ | 91 | changeChoosed(bsms, color){ |
92 | debugger | ||
93 | this.changeChoosedObj.bsms = bsms; | 92 | this.changeChoosedObj.bsms = bsms; |
94 | this.changeChoosedObj.color = color; | 93 | this.changeChoosedObj.color = color; |
95 | }, | 94 | }, | ... | ... |
-
Please register or sign in to post a comment