@ -222,7 +222,7 @@
"titleNView": false
},
"navigationBarTextStyle": "black",
"navigationBarTitleText": "CXIPro",
"navigationBarTitleText": "CXIsux",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
@ -8,7 +8,7 @@
:left-click="personalCenter"
>
<template #left>
<van-icon name="user-circle-o" class="fn-25 color-theme-1" style="color: #326AEB;" />
<van-icon name="user-circle-o" class="fn-25 color-theme-1" style="color: #EABB71;" />
<view class="d-flex align-center justify-center">
<!-- <text class="p-l-md fn-18 color-light">{{ app.appName }} -->
<!-- <span class="fn-16 m-l-xs">{{$t('first.a2')}}</span> -->
@ -20,7 +20,7 @@
:key="item.tel"
@click="tabChange(item.tel)"
<view class="icon" v-if="0">
<view class="icon">
<img
class="h-15"
v-if="tab == item.tel"
@ -29,7 +29,7 @@
/>
<img class="h-15" v-else :src="item.icon" alt="" />
</view>
<view class="fn-12" style="margin-top: 4px;line-height: 54rpx;">{{ item.label }}</view>
<view class="fn-12" style="margin-top: 4px;">{{ item.label }}</view>
<!-- #ifdef APP-PLUS -->
<view class="w-max" style="height:20px"></view>