diff --git a/admin/.gitignore b/admin/.gitignore deleted file mode 100644 index a547bf3..0000000 --- a/admin/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/admin/.vscode/extensions.json b/admin/.vscode/extensions.json deleted file mode 100644 index a7cea0b..0000000 --- a/admin/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["Vue.volar"] -} diff --git a/admin/README.md b/admin/README.md deleted file mode 100644 index 1511959..0000000 --- a/admin/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Vue 3 + Vite - -This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` - - diff --git a/admin/index.vue b/admin/index.vue new file mode 100644 index 0000000..bf6be39 --- /dev/null +++ b/admin/index.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/admin/src/view/user/information.vue b/admin/information.vue similarity index 95% rename from admin/src/view/user/information.vue rename to admin/information.vue index 115eceb..36195b8 100644 --- a/admin/src/view/user/information.vue +++ b/admin/information.vue @@ -1,9 +1,8 @@