Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/commit/bf5ea9dd99b35e911fdf4fc5e387fb2b17cc021f You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

master
dsh 1 year ago
parent d69e2171e7
commit bf5ea9dd99

@ -182,7 +182,7 @@ function saveMenu() {
<td class='cell2' width="100"><a href="javascript:moveNode()">移动到..</a></td>
<td class='cell2'>
<select name="toMenuid"></select>
</td>
</td>
<tr height='30' id="func">
<td class='cell2' width="100"><a href="javascript:addNode('func','1')">增加功能点</a></td>
<td class='cell2'>
@ -225,10 +225,10 @@ function oper(menuid,menuname,upmenuid,type) {
if (upmenuid=="") {
document.all.menu.style.display="none";
} else {
document.all.menu.style.removeProperty('display');
document.all.menu.style.display="none";
}
if (type == "1") {
document.all.menu.style.removeProperty('display');
document.all.menu.style.display="none";
document.all.submenu.style.display = "none";
document.all.func.style.display = "none";
} else {

Loading…
Cancel
Save