# Conflicts:
#	App.vue
#	manifest.json
This commit is contained in:
haomingming
2025-10-15 11:49:15 +08:00
1007 changed files with 606 additions and 259027 deletions
+6 -2
View File
@@ -1,12 +1,12 @@
<template>
<!-- 顶部导航栏 -->
<uni-nav-bar
left-icon="left"
:left-icon="showLeft?left:''"
:title="title"
@clickLeft="goBack"
fixed
color="#8B2316"
height="140rpx"
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
/>
@@ -16,6 +16,10 @@
import { ref } from 'vue';
import { onShow } from "@dcloudio/uni-app";
const props=defineProps({
showLeft:{
type:Boolean,
default:true
},
title:{
type:String,
default:''
+1 -1
View File
@@ -72,7 +72,7 @@
activeColor: '#007aff',
badge: 0,
showRedDot: false,
pagePath: '/pages/index/index'
pagePath: '/pages/index/index?from=push'
},
{
icon: classroom,