瀏覽代碼

压缩图片大小减少主包体积

dev
douzhuo 2 年之前
父節點
當前提交
14f5e95cd7
共有 63 個文件被更改,包括 4171 次插入3939 次删除
  1. +2
    -0
      audios.js
  2. +1250
    -1086
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  3. +18
    -3
      pages/center/Piabodata/Customerportrait/Receivingrecords.vue
  4. +2899
    -2848
      pages/mine/details2.vue
  5. 二進制
      static/images/Customer.png
  6. 二進制
      static/images/add.png
  7. 二進制
      static/images/allimg.png
  8. 二進制
      static/images/arrow.png
  9. 二進制
      static/images/audioinfo1.png
  10. 二進制
      static/images/audioinfo2.png
  11. 二進制
      static/images/audioinfo3.png
  12. 二進制
      static/images/audioinfo4.png
  13. 二進制
      static/images/backTop.png
  14. 二進制
      static/images/battery.png
  15. 二進制
      static/images/biaoqianya.png
  16. 二進制
      static/images/bishang.png
  17. 二進制
      static/images/building.png
  18. 二進制
      static/images/customerEmpty.png
  19. 二進制
      static/images/down.png
  20. 二進制
      static/images/down1.png
  21. 二進制
      static/images/edit.png
  22. 二進制
      static/images/img/ban.png
  23. 二進制
      static/images/img/hand.png
  24. 二進制
      static/images/img/hit.png
  25. 二進制
      static/images/img/low_power.png
  26. 二進制
      static/images/img/message.png
  27. 二進制
      static/images/img/note.png
  28. 二進制
      static/images/img/people.png
  29. 二進制
      static/images/img/percent.png
  30. 二進制
      static/images/img/power.png
  31. 二進制
      static/images/img/power1.png
  32. 二進制
      static/images/img/time.png
  33. 二進制
      static/images/img/view.png
  34. 二進制
      static/images/img/voice.png
  35. 二進制
      static/images/newimg/dianliang.png
  36. 二進制
      static/images/newimg/dianliang456.png
  37. 二進制
      static/images/newimg/search.png
  38. 二進制
      static/images/newimg/xinhao0.png
  39. 二進制
      static/images/newimg/xinhao1.png
  40. 二進制
      static/images/newimg/xinhao2.png
  41. 二進制
      static/images/newimg/xinhao3.png
  42. 二進制
      static/images/newimg/xinhao4.png
  43. 二進制
      static/images/newimg/xinhao5.png
  44. 二進制
      static/images/recordingManagement/add.png
  45. 二進制
      static/images/recordingManagement/calendar.png
  46. 二進制
      static/images/recordingManagement/download.png
  47. 二進制
      static/images/recordingManagement/edit.png
  48. 二進制
      static/images/recordingManagement/like.png
  49. 二進制
      static/images/recordingManagement/likeActive.png
  50. 二進制
      static/images/recordingManagement/like_gray.png
  51. 二進制
      static/images/recordingManagement/play.png
  52. 二進制
      static/images/recordingManagement/voice.png
  53. 二進制
      static/images/screenCode/screen_bg.png
  54. 二進制
      static/images/screenCode/screen_note.png
  55. 二進制
      static/images/tabBar/customer.png
  56. 二進制
      static/images/tabBar/customerActive.png
  57. 二進制
      static/images/tabBar/home.png
  58. 二進制
      static/images/tabBar/homeActive.png
  59. 二進制
      static/images/tabBar/user.png
  60. 二進制
      static/images/tabBar/userActive.png
  61. 二進制
      static/images/tabBar/voice.png
  62. 二進制
      static/images/tabBar/voiceActive.png
  63. +2
    -2
      utils/domain.js

+ 2
- 0
audios.js
文件差異過大導致無法顯示
查看文件


+ 1250
- 1086
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
文件差異過大導致無法顯示
查看文件


+ 18
- 3
pages/center/Piabodata/Customerportrait/Receivingrecords.vue 查看文件

@@ -161,6 +161,7 @@ export default {
totalpage:0,
keywordIds:'',
type:0,
customerId: '', // 点击那一项的customerId
};
},
onLoad(options) {
@@ -191,10 +192,24 @@ export default {
this.getinit();
},
methods: {
//搜索
searchinfo(){

},
toinfo(item){
uni.setStorageSync("entrance", 1); //写入缓存
uni.navigateTo({
url: `/pages/center/Piabodata/Customerportrait/Receivedetailabout?customerId=${item.id}`
console.log(item)
let parames = {
marketingId: this.keywordIds,
customerId: item.id,
type: '1'
}
this.$u.post("/corpus/pinWordMatching", parames).then(res => {
let items = JSON.parse(res[0].transferContent)
uni.setStorageSync("entrance", 1); //写入缓存
uni.navigateTo({
url: `/pages/center/Piabodata/Customerportrait/Receivedetailabout?customerId=${item.id}&info=${JSON.stringify(items)}`
})
})
},
//搜索


+ 2899
- 2848
pages/mine/details2.vue
文件差異過大導致無法顯示
查看文件


二進制
static/images/Customer.png 查看文件

Before After
Width: 36  |  Height: 36  |  Size: 634 B Width: 36  |  Height: 36  |  Size: 556 B

二進制
static/images/add.png 查看文件

Before After
Width: 156  |  Height: 156  |  Size: 1.1 KiB Width: 156  |  Height: 156  |  Size: 1007 B

二進制
static/images/allimg.png 查看文件

Before After
Width: 80  |  Height: 80  |  Size: 536 B Width: 80  |  Height: 80  |  Size: 444 B

二進制
static/images/arrow.png 查看文件

Before After
Width: 24  |  Height: 56  |  Size: 250 B Width: 24  |  Height: 56  |  Size: 242 B

二進制
static/images/audioinfo1.png 查看文件

Before After
Width: 80  |  Height: 80  |  Size: 994 B Width: 80  |  Height: 80  |  Size: 886 B

二進制
static/images/audioinfo2.png 查看文件

Before After
Width: 80  |  Height: 80  |  Size: 1.0 KiB Width: 80  |  Height: 80  |  Size: 908 B

二進制
static/images/audioinfo3.png 查看文件

Before After
Width: 80  |  Height: 80  |  Size: 934 B Width: 80  |  Height: 80  |  Size: 831 B

二進制
static/images/audioinfo4.png 查看文件

Before After
Width: 80  |  Height: 80  |  Size: 832 B Width: 80  |  Height: 80  |  Size: 732 B

二進制
static/images/backTop.png 查看文件

Before After
Width: 52  |  Height: 68  |  Size: 650 B Width: 52  |  Height: 68  |  Size: 543 B

二進制
static/images/battery.png 查看文件

Before After
Width: 88  |  Height: 52  |  Size: 349 B Width: 88  |  Height: 52  |  Size: 327 B

二進制
static/images/biaoqianya.png 查看文件

Before After
Width: 1254  |  Height: 374  |  Size: 923 B Width: 1254  |  Height: 374  |  Size: 902 B

二進制
static/images/bishang.png 查看文件

Before After
Width: 60  |  Height: 32  |  Size: 650 B Width: 60  |  Height: 32  |  Size: 560 B

二進制
static/images/building.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 925 B Width: 88  |  Height: 88  |  Size: 841 B

二進制
static/images/customerEmpty.png 查看文件

Before After
Width: 864  |  Height: 856  |  Size: 14 KiB Width: 864  |  Height: 856  |  Size: 13 KiB

二進制
static/images/down.png 查看文件

Before After
Width: 38  |  Height: 22  |  Size: 222 B Width: 38  |  Height: 22  |  Size: 215 B

二進制
static/images/down1.png 查看文件

Before After
Width: 40  |  Height: 24  |  Size: 336 B Width: 40  |  Height: 24  |  Size: 313 B

二進制
static/images/edit.png 查看文件

Before After
Width: 30  |  Height: 30  |  Size: 300 B Width: 30  |  Height: 30  |  Size: 273 B

二進制
static/images/img/ban.png 查看文件

Before After
Width: 60  |  Height: 64  |  Size: 3.0 KiB Width: 60  |  Height: 64  |  Size: 1.0 KiB

二進制
static/images/img/hand.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 2.4 KiB Width: 64  |  Height: 64  |  Size: 909 B

二進制
static/images/img/hit.png 查看文件

Before After
Width: 120  |  Height: 120  |  Size: 6.6 KiB Width: 120  |  Height: 120  |  Size: 1.7 KiB

二進制
static/images/img/low_power.png 查看文件

Before After
Width: 44  |  Height: 64  |  Size: 794 B Width: 44  |  Height: 64  |  Size: 330 B

二進制
static/images/img/message.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 2.5 KiB Width: 64  |  Height: 64  |  Size: 924 B

二進制
static/images/img/note.png 查看文件

Before After
Width: 48  |  Height: 64  |  Size: 2.2 KiB Width: 48  |  Height: 64  |  Size: 1.2 KiB

二進制
static/images/img/people.png 查看文件

Before After
Width: 60  |  Height: 60  |  Size: 3.2 KiB Width: 60  |  Height: 60  |  Size: 1.1 KiB

二進制
static/images/img/percent.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 1.6 KiB Width: 64  |  Height: 64  |  Size: 686 B

二進制
static/images/img/power.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 1.6 KiB Width: 64  |  Height: 64  |  Size: 686 B

二進制
static/images/img/power1.png 查看文件

Before After
Width: 44  |  Height: 64  |  Size: 829 B Width: 44  |  Height: 64  |  Size: 375 B

二進制
static/images/img/time.png 查看文件

Before After
Width: 60  |  Height: 60  |  Size: 2.6 KiB Width: 60  |  Height: 60  |  Size: 939 B

二進制
static/images/img/view.png 查看文件

Before After
Width: 72  |  Height: 64  |  Size: 3.3 KiB Width: 72  |  Height: 64  |  Size: 1.1 KiB

二進制
static/images/img/voice.png 查看文件

Before After
Width: 60  |  Height: 60  |  Size: 2.3 KiB Width: 60  |  Height: 60  |  Size: 799 B

二進制
static/images/newimg/dianliang.png 查看文件

Before After
Width: 15  |  Height: 27  |  Size: 393 B Width: 15  |  Height: 27  |  Size: 223 B

二進制
static/images/newimg/dianliang456.png 查看文件

Before After
Width: 29  |  Height: 47  |  Size: 533 B Width: 29  |  Height: 47  |  Size: 219 B

二進制
static/images/newimg/search.png 查看文件

Before After
Width: 84  |  Height: 88  |  Size: 2.1 KiB Width: 84  |  Height: 88  |  Size: 1.2 KiB

二進制
static/images/newimg/xinhao0.png 查看文件

Before After
Width: 32  |  Height: 25  |  Size: 720 B Width: 32  |  Height: 25  |  Size: 324 B

二進制
static/images/newimg/xinhao1.png 查看文件

Before After
Width: 31  |  Height: 25  |  Size: 673 B Width: 31  |  Height: 25  |  Size: 310 B

二進制
static/images/newimg/xinhao2.png 查看文件

Before After
Width: 31  |  Height: 25  |  Size: 641 B Width: 31  |  Height: 25  |  Size: 287 B

二進制
static/images/newimg/xinhao3.png 查看文件

Before After
Width: 31  |  Height: 25  |  Size: 591 B Width: 31  |  Height: 25  |  Size: 246 B

二進制
static/images/newimg/xinhao4.png 查看文件

Before After
Width: 31  |  Height: 25  |  Size: 550 B Width: 31  |  Height: 25  |  Size: 223 B

二進制
static/images/newimg/xinhao5.png 查看文件

Before After
Width: 30  |  Height: 23  |  Size: 216 B Width: 30  |  Height: 23  |  Size: 193 B

二進制
static/images/recordingManagement/add.png 查看文件

Before After
Width: 100  |  Height: 100  |  Size: 2.1 KiB Width: 100  |  Height: 100  |  Size: 1.2 KiB

二進制
static/images/recordingManagement/calendar.png 查看文件

Before After
Width: 70  |  Height: 70  |  Size: 1.4 KiB Width: 70  |  Height: 70  |  Size: 829 B

二進制
static/images/recordingManagement/download.png 查看文件

Before After
Width: 82  |  Height: 70  |  Size: 470 B Width: 82  |  Height: 70  |  Size: 360 B

二進制
static/images/recordingManagement/edit.png 查看文件

Before After
Width: 60  |  Height: 56  |  Size: 1.3 KiB Width: 60  |  Height: 56  |  Size: 688 B

二進制
static/images/recordingManagement/like.png 查看文件

Before After
Width: 76  |  Height: 78  |  Size: 2.1 KiB Width: 76  |  Height: 78  |  Size: 1.1 KiB

二進制
static/images/recordingManagement/likeActive.png 查看文件

Before After
Width: 76  |  Height: 78  |  Size: 1.7 KiB Width: 76  |  Height: 78  |  Size: 830 B

二進制
static/images/recordingManagement/like_gray.png 查看文件

Before After
Width: 76  |  Height: 78  |  Size: 1.4 KiB Width: 76  |  Height: 78  |  Size: 737 B

二進制
static/images/recordingManagement/play.png 查看文件

Before After
Width: 116  |  Height: 116  |  Size: 1.6 KiB Width: 116  |  Height: 116  |  Size: 1017 B

二進制
static/images/recordingManagement/voice.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 2.8 KiB Width: 88  |  Height: 88  |  Size: 1.5 KiB

二進制
static/images/screenCode/screen_bg.png 查看文件

Before After
Width: 1500  |  Height: 2932  |  Size: 92 KiB Width: 1500  |  Height: 2932  |  Size: 4.5 KiB

二進制
static/images/screenCode/screen_note.png 查看文件

Before After
Width: 300  |  Height: 300  |  Size: 104 KiB Width: 300  |  Height: 300  |  Size: 17 KiB

二進制
static/images/tabBar/customer.png 查看文件

Before After
Width: 92  |  Height: 92  |  Size: 2.7 KiB Width: 92  |  Height: 92  |  Size: 931 B

二進制
static/images/tabBar/customerActive.png 查看文件

Before After
Width: 92  |  Height: 92  |  Size: 2.9 KiB Width: 92  |  Height: 92  |  Size: 956 B

二進制
static/images/tabBar/home.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 1.5 KiB Width: 88  |  Height: 88  |  Size: 563 B

二進制
static/images/tabBar/homeActive.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 1.6 KiB Width: 88  |  Height: 88  |  Size: 599 B

二進制
static/images/tabBar/user.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 2.3 KiB Width: 88  |  Height: 88  |  Size: 773 B

二進制
static/images/tabBar/userActive.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 2.4 KiB Width: 88  |  Height: 88  |  Size: 808 B

二進制
static/images/tabBar/voice.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 2.2 KiB Width: 88  |  Height: 88  |  Size: 799 B

二進制
static/images/tabBar/voiceActive.png 查看文件

Before After
Width: 88  |  Height: 88  |  Size: 2.3 KiB Width: 88  |  Height: 88  |  Size: 846 B

+ 2
- 2
utils/domain.js 查看文件

@@ -5,8 +5,8 @@
// const baseUrl = 'http://192.168.31.89:9090/api';// sh
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.92:8080/api';// 测试站
// const baseUrl = 'http://127.0.0.1:8080/autoSR/api';// 本地
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
const baseUrl = 'http://127.0.0.1:8080/autoSR/api';// 本地
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.210:8080/api'; // 泽明
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪


Loading…
取消
儲存