函数不想放在 applications里,但是我希望能够调用到该页面。 #613
Unanswered
HakunamatataLeo
asked this question in
Q&A
Replies: 1 comment
-
可以自定义 index 目录页面,只需要在 start_server() 里使用index key传入自定义的index页面即可: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
因为现在只有放在 applications里面的函数才可以被 go_app跳转到,但是放在applications里面就会展示在 index 目录页面,我想吧 index 作为菜单页面。 有一些子页面不想展示出来,但是希望能够被跳转到,请问这个如何解决
Beta Was this translation helpful? Give feedback.
All reactions