学习创建app框架。
This commit is contained in:
24
企业级管理系统/web/admin_system/src/views/news/NewsEdit.vue
Normal file
24
企业级管理系统/web/admin_system/src/views/news/NewsEdit.vue
Normal 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>
|
33
企业级管理系统/web/admin_system/src/views/news/NewsTest.vue
Normal file
33
企业级管理系统/web/admin_system/src/views/news/NewsTest.vue
Normal 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>
|
Reference in New Issue
Block a user