From fd934f83afae1e3fce46db8610837d0e0f4d9393 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 02 十一月 2023 10:44:56 +0800 Subject: [PATCH] 按开发清单已修改 --- src/views/pass_login/LoginAndGetData.vue | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/views/pass_login/LoginAndGetData.vue b/src/views/pass_login/LoginAndGetData.vue index e69de29..e848234 100644 --- a/src/views/pass_login/LoginAndGetData.vue +++ b/src/views/pass_login/LoginAndGetData.vue @@ -0,0 +1,25 @@ +<script> + export default { + data() { + return{ + + } + }, + mounted() { + + }, + methods: { + + } +} +</script> + +<template> + <div> + 妯℃嫙鐧诲綍 + </div> +</template> + +<style scoped> + +</style> \ No newline at end of file -- Gitblit v1.9.3