2 Star 0 Fork 0

yuxx3 / ncweb-portal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuxx3 提交于 2018-04-25 14:49 . 设置当前登录人为gep
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>首页</title>
</head>
<body>
</body>
<script src="static/lib/store/store.min.js"></script>
<script>
var uinfo = {token:"123321123",uname:"葛佩",ucode:"gep",userType:1};
//window.localStorage.setItem("user",uinfo);
store.set("user",{"user":uinfo});
if(uinfo == {} || !uinfo.token || '' == uinfo.token){
//重新登录,打开登录界面
window.location.href = "static/pages/login/login.html#index/login"
}else{
//打开主界面
window.location.href = "portal.html"
}
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tudounn/ncweb-portal.git
git@gitee.com:tudounn/ncweb-portal.git
tudounn
ncweb-portal
ncweb-portal
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891