【v3.3.0】 1、uniapp 首页菜单功能区多平台适配;2、菜单组件路径说明;3、长时间不在线自动返回登录页;4、标签页 tab 为圆角;5、升级 sa token 到 1.37.0;6、代码生成表单弹窗 关闭事件;7、接口操作日志@OperateLogAspect 对文件的处理;

This commit is contained in:
zhuoda
2024-04-28 21:59:11 +08:00
parent 5075fc6030
commit 9ad5a5a5b5
48 changed files with 326 additions and 321 deletions

View File

@@ -13,12 +13,12 @@
<view class="user-phone">{{ departmentName }}</view>
</view>
<view class="vip-flag">
<image src="/@/static/images/mine/no-vip-flag.png" mode=""></image>
<image src="@/static/images/mine/no-vip-flag.png" mode=""></image>
</view>
</view>
</template>
<script setup>
import { useUserStore } from '/@/store/modules/system/user';
import { useUserStore } from '@/store/modules/system/user';
import { computed } from 'vue';
const actualName = computed(() => {