src/assets/js/Map/server.js
@@ -10,7 +10,7 @@ return; } // comment on table lf.sys_res is '资源表'; //comment on table lf.sys_res is '资源表'; // comment on column lf.sys_res.id is '主键ID'; // comment on column lf.sys_res.pid is '父ID:0-根节点'; // comment on column lf.sys_res.cn_name is '中文名称'; @@ -93,7 +93,6 @@ } if (service.length > 0) return var url = null; if (treeNode.useUrl && treeNode.useUrl.indexOf('{token}') > -1) { const token = getToken() url = config.BASE_URL + treeNode.proxy.replaceAll("{token}", token)