学习创建app框架。

This commit is contained in:
2023-01-06 23:19:26 +08:00
parent c3ebdbf7c9
commit 0b79a94bda
29 changed files with 147 additions and 10 deletions

View File

@@ -0,0 +1,24 @@
<!--
* @Author: Kane
* @Date: 2023-01-06 19:05:53
* @LastEditors: Kane
* @LastEditTime: 2023-01-06 20:44:41
* @FilePath: \admin_system\src\views\news\NewsEdit.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
信息编辑
<SvgIcon></SvgIcon>
</template>
<script>
export default {
name: "NewsEdit"
};
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,33 @@
<!--
* @Author: Kane
* @Date: 2023-01-06 19:23:12
* @LastEditors: Kane
* @LastEditTime: 2023-01-06 19:23:29
* @FilePath: \admin_system\src\views\news\NewsTest.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<!--
* @Author: Kane
* @Date: 2023-01-06 15:26:44
* @LastEditors: Kane
* @LastEditTime: 2023-01-06 15:26:46
* @FilePath: \admin_system\src\views\news\News.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
信息管理
</template>
<script>
export default {
name: "NewsPage"
};
</script>
<style scoped>
</style>