月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-08-14 bd3a88038e6b75a2f8cd2e4e2f9b6dee59030c17
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)