1 Star 0 Fork 4

-Stupid--Liar-/modal

forked from mooshroom/modal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
router.js 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* Created by mooshroom on 2015/3/1.
*/
require(['mmRouter'], function () {
//默认页
avalon.router.get('/', function () {
});
//弹出页
avalon.router.get('/modal', function () {
modal.url="./plugins/modal.html"
modal.getIn(800);
avalon.scan();
});
avalon.history.start();
avalon.scan();
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaos123/modal.git
git@gitee.com:chaos123/modal.git
chaos123
modal
modal
master

搜索帮助