feat(web): 优化页面跳转和菜单展现
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
import {amisRender} from '../../util/amis.ts'
|
||||
|
||||
function Conversation() {
|
||||
return (
|
||||
<div className="conversation">
|
||||
{amisRender(
|
||||
{
|
||||
type: 'wrapper',
|
||||
body: [
|
||||
"逗你的,什么都没做,哎嘿!"
|
||||
],
|
||||
},
|
||||
)}
|
||||
Conversation
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
9
service-web/client/src/pages/ai/Inspection.tsx
Normal file
9
service-web/client/src/pages/ai/Inspection.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
function Inspection() {
|
||||
return (
|
||||
<div className="inspection">
|
||||
逗你的,什么都没做,哎嘿!
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Inspection
|
||||
Reference in New Issue
Block a user