<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{
{
title}}</text>
</view>
</view>
<view class="button-group">
<button type="primary" @click="toggleDrawer">登录</button>
</view>
<!-- 抽屉 -->
<view v-if="drawerVisible" class="drawer">
<view class