删除不必要的功能模块

This commit is contained in:
廖德云 2025-12-20 23:18:02 +08:00
parent 33847fef1c
commit 42a4dff4a6
4 changed files with 12 additions and 129 deletions

View File

@ -3,8 +3,6 @@
ref, ref,
} from 'vue'; } from 'vue';
export default { export default {
onLaunch: function() { onLaunch: function() {
console.log('App Launch - 开始初始化'); console.log('App Launch - 开始初始化');
@ -20,6 +18,5 @@
</script> </script>
<style lang="scss"> <style lang="scss">
@import "uview-plus/index.scss";
@import '@/static/scss/index.scss'; @import '@/static/scss/index.scss';
</style> </style>

View File

@ -115,7 +115,9 @@
"usingComponents" : true, "usingComponents" : true,
"uniStatistics" : { "uniStatistics" : {
"enable" : false "enable" : false
} },
"componentFramework" : "glass-easel", //
"lazyCodeLoading" : "requiredComponents" //
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true

View File

@ -51,6 +51,8 @@
], ],
"subPackages": [{ "subPackages": [{
"root": "pages_mine/pages", "root": "pages_mine/pages",
"independent": true ,
"pages": [{ "pages": [{
"path": "register/index", "path": "register/index",
"style": { "style": {
@ -101,129 +103,7 @@
} }
] ]
}, },
{
"root": "pages_template/pages",
"pages": [{
"path": "wxCenter/index",
"style": {
"navigationBarTitleText": "wxCenter 仿微信个人中心",
"navigationStyle": "custom"
}
},
{
"path": "keyboardPay/index",
"style": {
"navigationBarTitleText": "keyboardPay 自定义键盘支付"
}
},
{
"path": "mallMenu/index2",
"style": {
"navigationBarTitleText": "mallMenu-商城分类"
}
},
{
"path": "mallMenu/index1",
"style": {
"navigationBarTitleText": "mallMenu-商城分类"
}
},
{
"path": "coupon/index",
"style": {
"navigationBarTitleText": "coupon-优惠券"
}
},
{
"path": "login/index1",
"style": {
"navigationBarTitleText": "美团登录"
}
},
{
"path": "login/index2",
"style": {
"navigationBarTitleText": "水滴登录"
}
},
{
"path": "citySelect/index",
"style": {
"navigationBarTitleText": "城市选择"
}
},
{
"path": "submitBar/index",
"style": {
"navigationBarTitleText": "提交订单栏"
}
},
{
"path": "comment/index",
"style": {
"navigationBarTitleText": "评论"
}
},
{
"path": "comment/reply",
"style": {
"navigationBarTitleText": "评论详情"
}
},
{
"path": "order/index",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "login/code",
"style": {
"navigationBarTitleText": "登录获取验证码"
}
},
{
"path": "address/index",
"style": {
"navigationBarTitleText": "用户地址"
}
},
{
"path": "address/addSite",
"style": {
"navigationBarTitleText": "添加用户地址"
}
}
]
},
{
"root": "pages_qiun/pages",
"pages": [{
"path": "sport/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "school/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "finance/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "main/index",
"style": {
"pageOrientation": "auto"
}
}
]
},
{ {
"root": "pages_geek/pages", "root": "pages_geek/pages",
@ -241,6 +121,8 @@
{ {
"root": "pages_caltools/pages", "root": "pages_caltools/pages",
"independent": true ,
"pages": [{ "pages": [{
"path": "index" "path": "index"
}, },
@ -255,6 +137,8 @@
{ {
"root": "pages_system/pages", "root": "pages_system/pages",
"independent": true ,
"pages": [{ "pages": [{
"path": "register/index", "path": "register/index",
"style": { "style": {

View File

@ -7,7 +7,7 @@
<!-- <swiper-item v-for="(group, groupIndex) in calcGroups" :key="groupIndex"> <!-- <swiper-item v-for="(group, groupIndex) in calcGroups" :key="groupIndex">
<scroll-view scroll-y="true" class="scroll-content"> --> <scroll-view scroll-y="true" class="scroll-content"> -->
<view class="calc-swiper" v-for="(group, groupIndex) in calcGroups" :key="groupIndex"> <view class="calc-swiper" v-for="(group, groupIndex) in calcGroups" :key="groupIndex">
<!-- <view class="page-header">{{group.name}}</view> --> <view class="page-header">{{group.name}}</view>
<uni-section class="page-header" :title="group.name"></uni-section> <uni-section class="page-header" :title="group.name"></uni-section>
<uni-grid :column="3" :show-border="true" :border="true" border-color="#EEEEEE" class="custom-grid"> <uni-grid :column="3" :show-border="true" :border="true" border-color="#EEEEEE" class="custom-grid">
<!-- 遍历每个分组下的功能项动态生成宫格 --> <!-- 遍历每个分组下的功能项动态生成宫格 -->