|
@@ -255,6 +255,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-overlay>
|
|
|
+ <view class="ICP">ICP备案号:苏ICP备2023025782号</view>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
@@ -274,40 +275,40 @@
|
|
|
getplatformeditor().then(res => {
|
|
|
mark_notice.value = res.data.mark_notice
|
|
|
})
|
|
|
- uni.hideTabBar()
|
|
|
- getplatformmeun().then(res=>{
|
|
|
- text1.value=res.data.acc_notice
|
|
|
- let menu=res.data
|
|
|
- getApp().globalData.config=menu
|
|
|
- uni.setTabBarItem({
|
|
|
- index: 0,
|
|
|
- text: menu.simple_menu,
|
|
|
- iconPath: BASE_URL+menu.simple_logo,
|
|
|
- selectedIconPath: BASE_URL+menu.simple_logo2
|
|
|
- })
|
|
|
- uni.setTabBarItem({
|
|
|
- index: 1,
|
|
|
- text: menu.acc_menu,
|
|
|
- iconPath: BASE_URL+menu.acc_logo,
|
|
|
- selectedIconPath: BASE_URL+menu.acc_logo2
|
|
|
- })
|
|
|
- uni.setTabBarItem({
|
|
|
- index: 2,
|
|
|
- text: menu.jump_menu,
|
|
|
- iconPath: BASE_URL+menu.jump_logo,
|
|
|
- selectedIconPath: BASE_URL+menu.jump_logo2
|
|
|
- })
|
|
|
- uni.setTabBarItem({
|
|
|
- index: 3,
|
|
|
- text: menu.information_menu,
|
|
|
- iconPath: BASE_URL+menu.information_logo,
|
|
|
- selectedIconPath: BASE_URL+menu.information_logo2
|
|
|
- })
|
|
|
- uni.showTabBar()
|
|
|
- uni.setNavigationBarTitle({
|
|
|
- title: res.data.name
|
|
|
- });
|
|
|
- })
|
|
|
+ // uni.hideTabBar()
|
|
|
+ // getplatformmeun().then(res=>{
|
|
|
+ // text1.value=res.data.acc_notice
|
|
|
+ // let menu=res.data
|
|
|
+ // getApp().globalData.config=menu
|
|
|
+ // uni.setTabBarItem({
|
|
|
+ // index: 0,
|
|
|
+ // text: menu.simple_menu,
|
|
|
+ // iconPath: BASE_URL+menu.simple_logo,
|
|
|
+ // selectedIconPath: BASE_URL+menu.simple_logo2
|
|
|
+ // })
|
|
|
+ // uni.setTabBarItem({
|
|
|
+ // index: 1,
|
|
|
+ // text: menu.acc_menu,
|
|
|
+ // iconPath: BASE_URL+menu.acc_logo,
|
|
|
+ // selectedIconPath: BASE_URL+menu.acc_logo2
|
|
|
+ // })
|
|
|
+ // uni.setTabBarItem({
|
|
|
+ // index: 2,
|
|
|
+ // text: menu.jump_menu,
|
|
|
+ // iconPath: BASE_URL+menu.jump_logo,
|
|
|
+ // selectedIconPath: BASE_URL+menu.jump_logo2
|
|
|
+ // })
|
|
|
+ // uni.setTabBarItem({
|
|
|
+ // index: 3,
|
|
|
+ // text: menu.information_menu,
|
|
|
+ // iconPath: BASE_URL+menu.information_logo,
|
|
|
+ // selectedIconPath: BASE_URL+menu.information_logo2
|
|
|
+ // })
|
|
|
+ // uni.showTabBar()
|
|
|
+ // uni.setNavigationBarTitle({
|
|
|
+ // title: res.data.name
|
|
|
+ // });
|
|
|
+ // })
|
|
|
getBanner()
|
|
|
getSelLabel().then(res=>{
|
|
|
labelList.value=res.data
|
|
@@ -849,4 +850,12 @@ border-radius: 30rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .ICP{
|
|
|
+ height: 40rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 30rpx;
|
|
|
+ }
|
|
|
</style>
|