压缩图片资源
2
App.vue
@ -89,5 +89,5 @@ export default {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "styles/base.scss";
|
@import "styles/base.scss";
|
||||||
/*每个页面公共css */
|
/*每个页面公共css */
|
||||||
@import "components/uview-ui/index.scss";
|
@import "subPackages/components/uview-ui/index.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 2.1 KiB |
2
main.js
@ -4,7 +4,7 @@ import store from './store'
|
|||||||
import {toast, copy} from './utils/tools'
|
import {toast, copy} from './utils/tools'
|
||||||
import Cache from './utils/cache'
|
import Cache from './utils/cache'
|
||||||
import minxinsApp from '@/mixins/app'
|
import minxinsApp from '@/mixins/app'
|
||||||
import uView from "@/components/uview-ui";
|
import uView from "@/subPackages/components/uview-ui";
|
||||||
Vue.prototype.$toast = toast
|
Vue.prototype.$toast = toast
|
||||||
Vue.prototype.$copy = copy
|
Vue.prototype.$copy = copy
|
||||||
Vue.prototype.$Cache = Cache
|
Vue.prototype.$Cache = Cache
|
||||||
|
|||||||
20
pages.json
@ -167,7 +167,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "components/uview-ui/components/u-avatar-cropper/u-avatar-cropper",
|
"path": "subPackages/components/uview-ui/components/u-avatar-cropper/u-avatar-cropper",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "头像裁剪",
|
"navigationBarTitleText": "头像裁剪",
|
||||||
"navigationBarBackgroundColor": "#000000"
|
"navigationBarBackgroundColor": "#000000"
|
||||||
@ -464,13 +464,15 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "订单结果"
|
"navigationBarTitleText": "订单结果"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
"path": "pages/live_broadcast/live_broadcast",
|
// {
|
||||||
"style": {
|
// "path": "pages/live_broadcast/live_broadcast",
|
||||||
"navigationBarTitleText": "商城直播",
|
// "style": {
|
||||||
"enablePullDownRefresh": true
|
// "navigationBarTitleText": "商城直播",
|
||||||
}
|
// "enablePullDownRefresh": true
|
||||||
}, {
|
// }
|
||||||
|
// },
|
||||||
|
{
|
||||||
"path": "pages/license/license",
|
"path": "pages/license/license",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "资质信息",
|
"navigationBarTitleText": "资质信息",
|
||||||
@ -522,7 +524,7 @@
|
|||||||
"easycom": {
|
"easycom": {
|
||||||
"autoscan": true,
|
"autoscan": true,
|
||||||
"custom": {
|
"custom": {
|
||||||
"^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "@/subPackages/components/uview-ui/components/u-$1/u-$1.vue"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.5 KiB |