From c54a68cec7f2a1c50f69fe39235c1cfcd552defb Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 22 Oct 2020 17:42:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B7=BB=E5=8A=A0config=E3=80=82j?= =?UTF-8?q?son=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/App.vue | 24 ++++++++---------------- nezha-fronted/static/config.json | 1 + 2 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 nezha-fronted/static/config.json diff --git a/nezha-fronted/src/App.vue b/nezha-fronted/src/App.vue index ed29502f4..7779b5c79 100644 --- a/nezha-fronted/src/App.vue +++ b/nezha-fronted/src/App.vue @@ -7,25 +7,17 @@ diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json new file mode 100644 index 000000000..196875cc5 --- /dev/null +++ b/nezha-fronted/static/config.json @@ -0,0 +1 @@ +{"baseUrl":"http://192.168.40.42:8080/nz-admin", "version": "1.2"}