You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/04/29 06:41:00 UTC

[linkis] branch dev-1.4.0 updated: fixed the front-end startup exception (#4505)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new 806d37ae7 fixed the front-end startup exception (#4505)
806d37ae7 is described below

commit 806d37ae77ddd09c25922c574bfb9bb236758e72
Author: jacktao007 <zh...@apache.org>
AuthorDate: Sat Apr 29 14:40:55 2023 +0800

    fixed the front-end startup exception (#4505)
---
 linkis-web/.env | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linkis-web/.env b/linkis-web/.env
index 27591f1bf..d9f101acc 100644
--- a/linkis-web/.env
+++ b/linkis-web/.env
@@ -1,4 +1,5 @@
 VUE_APP_HOST=
+BACKEND_URL=http://127.0.0.1:9001
 VUE_APP_MN_CONFIG_PREFIX=
 VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
 VUE_APP_VERSION=1.3.2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org