Commit 13baaca7 authored by Sun's avatar Sun
Browse files

no commit message

parent 75b3ec86
$(document).ready(function(){
getCount();
});
setTimeout(function () {
getCount();
}, 3000);
$(function () {
App.setbasePath("../");
App.setGlobalImgPath("dist/img/");
......@@ -9,7 +10,7 @@ $(function () {
id: '10008',
title: '<i class="fa fa-home"></i>首页',
close: false,
url: '/admin/home',
url: '/admin/home',//
urlType: "http"
});
/*addTabs({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment