This commit is contained in:
小李 2026-05-09 10:16:24 +08:00
parent 5acaddf086
commit 56e34166ba
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name; app.config.globalProperties.$system = plus.os.name;
// #endif // #endif
app.config.globalProperties.$systemInfo = systemInfo app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.4.sp24') uni.setStorageSync('version', '1.0.4.sp25')
app.config.globalProperties.$version = uni.getStorageSync('version') app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods); app.use(globalMethods);
return { return {

View File

@ -1,15 +1,15 @@
<template> <template>
<view class="container" > <view class="container" >
<!-- 自定义头部导航栏 --> <!-- 自定义头部导航栏 -->
<ZdyNavbar :title="data.navbar.title" :bgColor="data.navbar.bgColor" :isAdd="true" :isSearch="$system=='Android'"> <!-- <ZdyNavbar :title="data.navbar.title" :bgColor="data.navbar.bgColor" :isAdd="true" :isSearch="$system=='Android'">
</ZdyNavbar> </ZdyNavbar> -->
</view> </view>
</template> </template>
<script setup> <script setup>
// //
import ZdyNavbar from "@/components/navbar/navbar.vue" // import ZdyNavbar from "@/components/navbar/navbar.vue"
import { import {
ref, ref,