33 lines
622 B
Vue
33 lines
622 B
Vue
<!--
|
|
* @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> |