From 9c70300513633f23062cd025860f3d660e836ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Fri, 11 Feb 2022 05:34:16 +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', }