ソースを参照

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

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 ファイルの表示

変更前 変更後
幅: 36  |  高さ: 36  |  サイズ: 634 B 幅: 36  |  高さ: 36  |  サイズ: 556 B

バイナリ
static/images/add.png ファイルの表示

変更前 変更後
幅: 156  |  高さ: 156  |  サイズ: 1.1 KiB 幅: 156  |  高さ: 156  |  サイズ: 1007 B

バイナリ
static/images/allimg.png ファイルの表示

変更前 変更後
幅: 80  |  高さ: 80  |  サイズ: 536 B 幅: 80  |  高さ: 80  |  サイズ: 444 B

バイナリ
static/images/arrow.png ファイルの表示

変更前 変更後
幅: 24  |  高さ: 56  |  サイズ: 250 B 幅: 24  |  高さ: 56  |  サイズ: 242 B

バイナリ
static/images/audioinfo1.png ファイルの表示

変更前 変更後
幅: 80  |  高さ: 80  |  サイズ: 994 B 幅: 80  |  高さ: 80  |  サイズ: 886 B

バイナリ
static/images/audioinfo2.png ファイルの表示

変更前 変更後
幅: 80  |  高さ: 80  |  サイズ: 1.0 KiB 幅: 80  |  高さ: 80  |  サイズ: 908 B

バイナリ
static/images/audioinfo3.png ファイルの表示

変更前 変更後
幅: 80  |  高さ: 80  |  サイズ: 934 B 幅: 80  |  高さ: 80  |  サイズ: 831 B

バイナリ
static/images/audioinfo4.png ファイルの表示

変更前 変更後
幅: 80  |  高さ: 80  |  サイズ: 832 B 幅: 80  |  高さ: 80  |  サイズ: 732 B

バイナリ
static/images/backTop.png ファイルの表示

変更前 変更後
幅: 52  |  高さ: 68  |  サイズ: 650 B 幅: 52  |  高さ: 68  |  サイズ: 543 B

バイナリ
static/images/battery.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 52  |  サイズ: 349 B 幅: 88  |  高さ: 52  |  サイズ: 327 B

バイナリ
static/images/biaoqianya.png ファイルの表示

変更前 変更後
幅: 1254  |  高さ: 374  |  サイズ: 923 B 幅: 1254  |  高さ: 374  |  サイズ: 902 B

バイナリ
static/images/bishang.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 32  |  サイズ: 650 B 幅: 60  |  高さ: 32  |  サイズ: 560 B

バイナリ
static/images/building.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 925 B 幅: 88  |  高さ: 88  |  サイズ: 841 B

バイナリ
static/images/customerEmpty.png ファイルの表示

変更前 変更後
幅: 864  |  高さ: 856  |  サイズ: 14 KiB 幅: 864  |  高さ: 856  |  サイズ: 13 KiB

バイナリ
static/images/down.png ファイルの表示

変更前 変更後
幅: 38  |  高さ: 22  |  サイズ: 222 B 幅: 38  |  高さ: 22  |  サイズ: 215 B

バイナリ
static/images/down1.png ファイルの表示

変更前 変更後
幅: 40  |  高さ: 24  |  サイズ: 336 B 幅: 40  |  高さ: 24  |  サイズ: 313 B

バイナリ
static/images/edit.png ファイルの表示

変更前 変更後
幅: 30  |  高さ: 30  |  サイズ: 300 B 幅: 30  |  高さ: 30  |  サイズ: 273 B

バイナリ
static/images/img/ban.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 64  |  サイズ: 3.0 KiB 幅: 60  |  高さ: 64  |  サイズ: 1.0 KiB

バイナリ
static/images/img/hand.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 2.4 KiB 幅: 64  |  高さ: 64  |  サイズ: 909 B

バイナリ
static/images/img/hit.png ファイルの表示

変更前 変更後
幅: 120  |  高さ: 120  |  サイズ: 6.6 KiB 幅: 120  |  高さ: 120  |  サイズ: 1.7 KiB

バイナリ
static/images/img/low_power.png ファイルの表示

変更前 変更後
幅: 44  |  高さ: 64  |  サイズ: 794 B 幅: 44  |  高さ: 64  |  サイズ: 330 B

バイナリ
static/images/img/message.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 2.5 KiB 幅: 64  |  高さ: 64  |  サイズ: 924 B

バイナリ
static/images/img/note.png ファイルの表示

変更前 変更後
幅: 48  |  高さ: 64  |  サイズ: 2.2 KiB 幅: 48  |  高さ: 64  |  サイズ: 1.2 KiB

バイナリ
static/images/img/people.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 60  |  サイズ: 3.2 KiB 幅: 60  |  高さ: 60  |  サイズ: 1.1 KiB

バイナリ
static/images/img/percent.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.6 KiB 幅: 64  |  高さ: 64  |  サイズ: 686 B

バイナリ
static/images/img/power.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 1.6 KiB 幅: 64  |  高さ: 64  |  サイズ: 686 B

バイナリ
static/images/img/power1.png ファイルの表示

変更前 変更後
幅: 44  |  高さ: 64  |  サイズ: 829 B 幅: 44  |  高さ: 64  |  サイズ: 375 B

バイナリ
static/images/img/time.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 60  |  サイズ: 2.6 KiB 幅: 60  |  高さ: 60  |  サイズ: 939 B

バイナリ
static/images/img/view.png ファイルの表示

変更前 変更後
幅: 72  |  高さ: 64  |  サイズ: 3.3 KiB 幅: 72  |  高さ: 64  |  サイズ: 1.1 KiB

バイナリ
static/images/img/voice.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 60  |  サイズ: 2.3 KiB 幅: 60  |  高さ: 60  |  サイズ: 799 B

バイナリ
static/images/newimg/dianliang.png ファイルの表示

変更前 変更後
幅: 15  |  高さ: 27  |  サイズ: 393 B 幅: 15  |  高さ: 27  |  サイズ: 223 B

バイナリ
static/images/newimg/dianliang456.png ファイルの表示

変更前 変更後
幅: 29  |  高さ: 47  |  サイズ: 533 B 幅: 29  |  高さ: 47  |  サイズ: 219 B

バイナリ
static/images/newimg/search.png ファイルの表示

変更前 変更後
幅: 84  |  高さ: 88  |  サイズ: 2.1 KiB 幅: 84  |  高さ: 88  |  サイズ: 1.2 KiB

バイナリ
static/images/newimg/xinhao0.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 25  |  サイズ: 720 B 幅: 32  |  高さ: 25  |  サイズ: 324 B

バイナリ
static/images/newimg/xinhao1.png ファイルの表示

変更前 変更後
幅: 31  |  高さ: 25  |  サイズ: 673 B 幅: 31  |  高さ: 25  |  サイズ: 310 B

バイナリ
static/images/newimg/xinhao2.png ファイルの表示

変更前 変更後
幅: 31  |  高さ: 25  |  サイズ: 641 B 幅: 31  |  高さ: 25  |  サイズ: 287 B

バイナリ
static/images/newimg/xinhao3.png ファイルの表示

変更前 変更後
幅: 31  |  高さ: 25  |  サイズ: 591 B 幅: 31  |  高さ: 25  |  サイズ: 246 B

バイナリ
static/images/newimg/xinhao4.png ファイルの表示

変更前 変更後
幅: 31  |  高さ: 25  |  サイズ: 550 B 幅: 31  |  高さ: 25  |  サイズ: 223 B

バイナリ
static/images/newimg/xinhao5.png ファイルの表示

変更前 変更後
幅: 30  |  高さ: 23  |  サイズ: 216 B 幅: 30  |  高さ: 23  |  サイズ: 193 B

バイナリ
static/images/recordingManagement/add.png ファイルの表示

変更前 変更後
幅: 100  |  高さ: 100  |  サイズ: 2.1 KiB 幅: 100  |  高さ: 100  |  サイズ: 1.2 KiB

バイナリ
static/images/recordingManagement/calendar.png ファイルの表示

変更前 変更後
幅: 70  |  高さ: 70  |  サイズ: 1.4 KiB 幅: 70  |  高さ: 70  |  サイズ: 829 B

バイナリ
static/images/recordingManagement/download.png ファイルの表示

変更前 変更後
幅: 82  |  高さ: 70  |  サイズ: 470 B 幅: 82  |  高さ: 70  |  サイズ: 360 B

バイナリ
static/images/recordingManagement/edit.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 56  |  サイズ: 1.3 KiB 幅: 60  |  高さ: 56  |  サイズ: 688 B

バイナリ
static/images/recordingManagement/like.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 78  |  サイズ: 2.1 KiB 幅: 76  |  高さ: 78  |  サイズ: 1.1 KiB

バイナリ
static/images/recordingManagement/likeActive.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 78  |  サイズ: 1.7 KiB 幅: 76  |  高さ: 78  |  サイズ: 830 B

バイナリ
static/images/recordingManagement/like_gray.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 78  |  サイズ: 1.4 KiB 幅: 76  |  高さ: 78  |  サイズ: 737 B

バイナリ
static/images/recordingManagement/play.png ファイルの表示

変更前 変更後
幅: 116  |  高さ: 116  |  サイズ: 1.6 KiB 幅: 116  |  高さ: 116  |  サイズ: 1017 B

バイナリ
static/images/recordingManagement/voice.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 2.8 KiB 幅: 88  |  高さ: 88  |  サイズ: 1.5 KiB

バイナリ
static/images/screenCode/screen_bg.png ファイルの表示

変更前 変更後
幅: 1500  |  高さ: 2932  |  サイズ: 92 KiB 幅: 1500  |  高さ: 2932  |  サイズ: 4.5 KiB

バイナリ
static/images/screenCode/screen_note.png ファイルの表示

変更前 変更後
幅: 300  |  高さ: 300  |  サイズ: 104 KiB 幅: 300  |  高さ: 300  |  サイズ: 17 KiB

バイナリ
static/images/tabBar/customer.png ファイルの表示

変更前 変更後
幅: 92  |  高さ: 92  |  サイズ: 2.7 KiB 幅: 92  |  高さ: 92  |  サイズ: 931 B

バイナリ
static/images/tabBar/customerActive.png ファイルの表示

変更前 変更後
幅: 92  |  高さ: 92  |  サイズ: 2.9 KiB 幅: 92  |  高さ: 92  |  サイズ: 956 B

バイナリ
static/images/tabBar/home.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 1.5 KiB 幅: 88  |  高さ: 88  |  サイズ: 563 B

バイナリ
static/images/tabBar/homeActive.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 1.6 KiB 幅: 88  |  高さ: 88  |  サイズ: 599 B

バイナリ
static/images/tabBar/user.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 2.3 KiB 幅: 88  |  高さ: 88  |  サイズ: 773 B

バイナリ
static/images/tabBar/userActive.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 2.4 KiB 幅: 88  |  高さ: 88  |  サイズ: 808 B

バイナリ
static/images/tabBar/voice.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 2.2 KiB 幅: 88  |  高さ: 88  |  サイズ: 799 B

バイナリ
static/images/tabBar/voiceActive.png ファイルの表示

変更前 変更後
幅: 88  |  高さ: 88  |  サイズ: 2.3 KiB 幅: 88  |  高さ: 88  |  サイズ: 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'; // 佳豪


読み込み中…
キャンセル
保存