policeSecurity/collect_information/src/pages/login/login.vue

17 lines
202 B
Vue
Raw Normal View History

2024-09-10 11:00:20 +08:00
<template>
<view class="SignMultiple">
登录
</view>
</template>
<script setup lang="ts">
import "./login.scss";
import Taro, { useLoad } from "@tarojs/taro";
useLoad(() => {
});
</script>