Commit 9a1c963f authored by 曹雷's avatar 曹雷

fix

parent f9ca72b1
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<title>上海数字教材运营管理中心</title> <title>上海数字教材运营管理中心</title>
<script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script> <script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script>
<link rel="stylesheet" href="@{/static/css/loginSuccess.css}" /> <link rel="stylesheet" href="../static/css/loginSuccess.css" />
<!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>--> <!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>-->
</head> </head>
...@@ -60,9 +60,8 @@ ...@@ -60,9 +60,8 @@
<span th:if="${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'">上海基础教育</span> <span th:if="${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'">上海基础教育</span>
<span th:if="${clientDataInfo.authUserInfo.source} == 'qpjy'">青浦教育</span> <span th:if="${clientDataInfo.authUserInfo.source} == 'qpjy'">青浦教育</span>
<span th:text="${clientDataInfo.authUserInfo.realName}"></span> <span th:text="${clientDataInfo.authUserInfo.realName}"></span>
<span th:if="${clientDataInfo.authUserInfo.userType}"> <span th:if="${clientDataInfo.authUserInfo.userType} == 'teacher'">(教师)</span>
<span th:text="${clientDataInfo.authUserInfo.userType}"></span> <span th:if="${clientDataInfo.authUserInfo.userType} == 'student'">(学生)</span>
</span>
</p> </p>
<p>欢迎使用“发现服务·速享之旅”</p> <p>欢迎使用“发现服务·速享之旅”</p>
<p>统一身份认证服务</p> <p>统一身份认证服务</p>
......
Markdown is supported
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