Browse Source

图片压缩

wyx
wangyx 1 month ago
parent
commit
3dc0e9e84e
  1. 6
      pages/login/login.vue
  2. BIN
      static/img/bsorbxBac.png
  3. BIN
      static/img/camera-icon.png
  4. BIN
      static/img/login-top.png
  5. BIN
      static/img/workBac1.png
  6. BIN
      static/img/workBac2.png
  7. BIN
      static/img/上报.png
  8. BIN
      static/img/修改密码.png
  9. BIN
      static/img/列表里图标.png
  10. BIN
      static/img/处理.png
  11. BIN
      static/img/巡查.png
  12. BIN
      static/img/巡检记录.png
  13. BIN
      static/img/巡检记录列表里.png
  14. BIN
      static/img/工作-灰.png
  15. BIN
      static/img/工作.png
  16. BIN
      static/img/强制清退.png
  17. BIN
      static/img/我的-灰.png
  18. BIN
      static/img/我的.png
  19. BIN
      static/img/水费.png
  20. BIN
      static/img/消息-灰.png
  21. BIN
      static/img/消息.png
  22. BIN
      static/img/电费.png
  23. BIN
      static/img/看房.png
  24. BIN
      static/img/维修列表里.png
  25. BIN
      static/img/维修记录.png
  26. BIN
      static/img/记录.png
  27. BIN
      static/img/退房检查.png
  28. BIN
      static/img/释放.png
  29. BIN
      static/img/问题投诉列表里.png
  30. BIN
      static/img/预约.png
  31. BIN
      static/logo.png

6
pages/login/login.vue

@ -73,8 +73,8 @@ export default {
data() {
return {
form: {
username: "admin",
password: "!Aa12345",
username: "",//admin
password: "",//!Aa12345
code: "",
uuid: "",
rememberMe: false,
@ -153,9 +153,9 @@ export default {
if (res.code === 200) {
this.loginFailCounts[username] = 0;
uni.setStorageSync("token", res.token);
// uni.showToast({ title: "", icon: "success" });
uni.switchTab({ url: "/pages/tabBar/work/index" });
} else {
uni.showToast({ title: res.msg, icon: "none" });
//
this.loginFailCounts[username] =
(this.loginFailCounts[username] || 0) + 1;

BIN
static/img/bsorbxBac.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 44 KiB

BIN
static/img/camera-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 389 B

BIN
static/img/login-top.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/img/workBac1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
static/img/workBac2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 31 KiB

BIN
static/img/上报.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/img/修改密码.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

After

Width:  |  Height:  |  Size: 289 B

BIN
static/img/列表里图标.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 515 B

BIN
static/img/处理.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
static/img/巡查.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/img/巡检记录.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 564 B

BIN
static/img/巡检记录列表里.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 535 B

BIN
static/img/工作-灰.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 385 B

BIN
static/img/工作.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 467 B

BIN
static/img/强制清退.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
static/img/我的-灰.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 640 B

BIN
static/img/我的.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 840 B

BIN
static/img/水费.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/img/消息-灰.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 486 B

BIN
static/img/消息.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

After

Width:  |  Height:  |  Size: 496 B

BIN
static/img/电费.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
static/img/看房.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
static/img/维修列表里.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 613 B

BIN
static/img/维修记录.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 673 B

BIN
static/img/记录.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/img/退房检查.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/img/释放.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
static/img/问题投诉列表里.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 450 B

BIN
static/img/预约.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
static/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Loading…
Cancel
Save