We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code-gen生成的ui,生成在index模块里... 登录后入口是index.html 所有动作都在index.htm/#/xxxx/xxxxx 进行单页切换, 在菜单上配的链接会定位到 index.htm/#/后面。 请问,我新建的独立module,名称为network,里面有配套api、router、views等,还有network.html/vue/js.... 1.如何在菜单上配置url到该network.html页面入口? 2.index.html读取时加载许多初始化数据、菜单数据,network模块的html入口如何继承在index模块上,不再加载过多的head、sidebar数据?? (前端小白)
The text was updated successfully, but these errors were encountered:
network.html 这个页面是没有的,network应该是属于index.html页面里面的一个路由。
Sorry, something went wrong.
按您上述说的这种配置方式,是否是多页模式。想进行多页开发multi-page的话,就是这样的方式进行吗?
这个不是多页模式,这只是多页模式(index.html)里面的一个SPA的一个router。
具体的多页模式你可以看一下src/module/account,src/module/login,src/module/index这三个文件夹,这三个文件夹就是三个SPA应用。
你可以看一下 wiki 开发(前端界面)。
No branches or pull requests
code-gen生成的ui,生成在index模块里...
登录后入口是index.html
所有动作都在index.htm/#/xxxx/xxxxx 进行单页切换,
在菜单上配的链接会定位到 index.htm/#/后面。
请问,我新建的独立module,名称为network,里面有配套api、router、views等,还有network.html/vue/js....
1.如何在菜单上配置url到该network.html页面入口?
2.index.html读取时加载许多初始化数据、菜单数据,network模块的html入口如何继承在index模块上,不再加载过多的head、sidebar数据??
(前端小白)
The text was updated successfully, but these errors were encountered: