Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/7e56b809c98f7996ee65fe19b3f67b3d29ff1a75?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:用户角色分配修改

new-exam
wangxy 5 months ago
parent 32e809101d
commit 7e56b809c9

@ -29,7 +29,7 @@
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<script th:inline="javascript"> <script th:inline="javascript">
var examineFlag = [[${@permission.hasPermi('system:userexamine:examine')}]]; var examineFlag = [[${@permission.hasPermi('system:userApply:apply')}]];
var downloadFlag = [[${@permission.hasPermi('system:userexamine:examine')}]]; var downloadFlag = [[${@permission.hasPermi('system:userexamine:examine')}]];
var userStatus = [[${@dict.getType('sys_normal_disable')}]]; var userStatus = [[${@dict.getType('sys_normal_disable')}]];
var userPolitics = [[${@dict.getType('sys_user_politics')}]]; var userPolitics = [[${@dict.getType('sys_user_politics')}]];

Loading…
Cancel
Save