ci(other): ci update

This commit is contained in:
2025-10-31 19:13:49 +08:00
parent d831ee932b
commit 63b61bbc98
15 changed files with 197 additions and 26 deletions

View File

@@ -171,7 +171,7 @@
<!-- 版权 -->
<view class="mt-5 text-[20px] text-center">
<view class="text-[#999999]">鑫瓴科技版权所有</view>
<view class="text-[#999999]">{{ copText }}</view>
<!-- <view>v4.0.0</view> -->
</view>
<!-- 登录 -->
@@ -198,6 +198,8 @@ const isShowLogin = ref(false);
const isLogin = ref(false);
const copText = process.env.TARO_APP_COP;
interface UserInfo {
data?: {
nickName?: string;