first commit
This commit is contained in:
16
陈海波/投标平台/admin_v2/src/application/page/About.tsx
Normal file
16
陈海波/投标平台/admin_v2/src/application/page/About.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
import { BaseLayout, RouterMeta } from "@layout/base.layout";
|
||||
|
||||
@Component
|
||||
export default class About extends BaseLayout {
|
||||
private RouterMeta: RouterMeta = {
|
||||
title: '关于我',
|
||||
isLogin: false
|
||||
}
|
||||
|
||||
protected render() {
|
||||
return (
|
||||
<h2>关于我页面</h2>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user