fix: 登录页及我的功能部分调整优化。

This commit is contained in:
tianyongbao
2025-01-10 19:33:11 +08:00
parent e6fa03ed11
commit b2a63565a9
8 changed files with 28 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
<template>
<view class="about-container">
<view class="header-section text-center">
<image style="width: 150rpx;height: 150rpx;" src="/static/intc.jpg" mode="widthFix">
<image style="width: 150rpx;height: 150rpx;" src="/static/logo.jpg" mode="widthFix">
</image>
<uni-title type="h2" title="智聪科技管理平台"></uni-title>
<uni-title type="h2" title="智聪网络科技"></uni-title>
</view>
<view class="content-section">
@@ -38,7 +38,7 @@
</view>
<view class="copyright">
<view>Copyright &copy; 2024 智聪科技 All Rights Reserved.</view>
<view>Copyright &copy; 2025 智聪网络科技 All Rights Reserved.</view>
</view>
</view>
</template>
@@ -47,7 +47,7 @@
import config from '@/config.js'
const url=config.appInfo.site_url;
const version=config.appInfo.version;
</script>
<style lang="scss">