保存进度!
This commit is contained in:
23
企业级管理系统/web/admin_system/src/views/news/News.vue
Normal file
23
企业级管理系统/web/admin_system/src/views/news/News.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
* @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>
|
23
企业级管理系统/web/admin_system/src/views/overview/OverView.vue
Normal file
23
企业级管理系统/web/admin_system/src/views/overview/OverView.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-06 15:30:12
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-06 15:30:14
|
||||
* @FilePath: \admin_system\src\views\overview\OverView.vue
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<template>
|
||||
总览
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "OverVue"
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user