瀏覽代碼

添加graph_web_url

kongwz 6 年之前
父節點
當前提交
cd0a387dbd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      push-web/src/main/resources/static/dist/js/push.js

+ 2 - 1
push-web/src/main/resources/static/dist/js/push.js

@@ -1,2 +1,3 @@
 var nlp_web_url = "http://localhost:5002/nlp-web";
-var bigdata_web_url = "http://localhost:5001/bigdata-web";
+var bigdata_web_url = "http://localhost:5001/bigdata-web";
+var graph_web_url = "http://localhost:5003/graph-web";