4 Star 25 Fork 8

Fallstar / AdminLTE-With-Iframe-Simple

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

AdminLTE-With-Iframe-Simple

本项目地址
https://gitee.com/fallstar/AdminLTE-With-Iframe-Simple

https://github.com/FallStar0/AdminLTE-With-Iframe-Simple

English Version

适用与那些不想适用复杂前后端分离的开发者,或者人手不够的情况。

项目介绍

项目完整版来源于这个项目:

https://gitee.com/weituotian/AdminLTE-With-Iframe

不过这个项目依赖项目太多了,所以我精简了一下。

一个精简到只剩下外层框架的AdminLTE并使用多个标签内嵌iframe。

仅仅保留了外层框架,更换皮肤等功能。

功能介绍

  • 通过传入 菜单树状配置实体 组建菜单。
  • 菜单可以是虚拟的、外部链接、内部链接等
  • 提供多标签支持

适用场景

Asp.net 或者 Asp.net core 的后台项目,只需要配置菜单,或者经过权限接口得到菜单之后绑定即可,然后里面的其它功能都分别开发就好了。

配合 vue.js / jQuery / Layer 等就可以了,后端人员只需要少量简单的组合就可以成为一个系统。

截图

补充

关于如何在子页面打开新窗口:

//在子页面引入下面的js,这个包含了 添加、关闭、刷新 方法,你可以自行拓展它
tab.util.js

调用方法:
//打开外网地址
Util.addTab('https://baidu.com','baidu','百度',true});
//打开相对地址
Util.addTab('/test/404.html','404','404感受一下'});
//关闭当前子页面
Util.closeTab();
The MIT License (MIT) Copyright (c) 2018 Fallstar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个精简到只剩下外层框架的AdminLTE并使用多个标签内嵌iframe。 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/fallstar/AdminLTE-With-Iframe-Simple.git
git@gitee.com:fallstar/AdminLTE-With-Iframe-Simple.git
fallstar
AdminLTE-With-Iframe-Simple
AdminLTE-With-Iframe-Simple
master

搜索帮助