|
@@ -1,4 +1,5 @@
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
|
|
|
+import CustomNavigationBar from '@/components/CustomNavigationBar.vue'
|
|
|
import { useTokenStore } from '@/store/token'
|
|
import { useTokenStore } from '@/store/token'
|
|
|
import { isPageTabbar } from '@/tabbar/store'
|
|
import { isPageTabbar } from '@/tabbar/store'
|
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
@@ -65,6 +66,7 @@ async function doLogin() {
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
<view class="login-container">
|
|
<view class="login-container">
|
|
|
|
|
+ <CustomNavigationBar :is-shadow="false" title="" background-color="transparent" />
|
|
|
<!-- Logo区域 -->
|
|
<!-- Logo区域 -->
|
|
|
<view class="logo-section">
|
|
<view class="logo-section">
|
|
|
<image class="logo" :src="getImageUrl('@img/index/logo.jpg')" mode="aspectFit" />
|
|
<image class="logo" :src="getImageUrl('@img/index/logo.jpg')" mode="aspectFit" />
|