修改数广LOGO

This commit is contained in:
2025-12-01 16:51:04 +08:00
parent b8626db4dd
commit 25e9fac1b9
5 changed files with 9 additions and 3 deletions

View File

@@ -88,7 +88,8 @@ onUnload(() => {
<view class="login-page"> <view class="login-page">
<view class="logo-wrapper"> <view class="logo-wrapper">
<view class="logo"> <view class="logo">
<text class="i-carbon-store icon"></text> <image src="/static/logo3.png" class="logo-image"></image>
<!-- <text class="i-carbon-store icon"></text> -->
</view> </view>
<!-- <text class="app-name">商城+金融</text> --> <!-- <text class="app-name">商城+金融</text> -->
</view> </view>
@@ -138,6 +139,10 @@ onUnload(() => {
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
.logo-image {
width: 60px;
height: 60px;
}
.login-page { .login-page {
min-height: 100vh; min-height: 100vh;
background: #fff; background: #fff;

BIN
src/static/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
src/static/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
src/static/logo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -48,8 +48,9 @@ export const customTabbarList: CustomTabBarItem[] = [
// 注意 unocss 图标需要如下处理:(二选一) // 注意 unocss 图标需要如下处理:(二选一)
// 1在fg-tabbar.vue页面上引入一下并注释掉见tabbar/index.vue代码第2行 // 1在fg-tabbar.vue页面上引入一下并注释掉见tabbar/index.vue代码第2行
// 2配置到 unocss.config.ts 的 safelist 中 // 2配置到 unocss.config.ts 的 safelist 中
iconType: 'unocss', iconType: 'image',
icon: 'i-carbon-home', icon: '/static/logo2.png',
iconActive: '/static/logo1.png',
// badge: 'dot', // badge: 'dot',
}, },
{ {