From 37378bf8adee7e37937816435810e5baf0b1d1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Mon, 24 Jan 2022 03:45:50 +0000 Subject: [PATCH] update AS-Editor/config/config.js. --- AS-Editor/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AS-Editor/config/config.js b/AS-Editor/config/config.js index 0dc647b..d3f12af 100644 --- a/AS-Editor/config/config.js +++ b/AS-Editor/config/config.js @@ -1,4 +1,4 @@ window.global_config = { - BASE_URL: '/api/', + BASE_URL: 'http://api.aseditor.fun/', NODE_ENV: 'prd', }