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/aecd959ac0e9121972c39a9537323a7c2a616efb?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:密品修改

hangao
wangxy 5 months ago
parent bc5a46f03b
commit aecd959ac0

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

Loading…
Cancel
Save