From 807d02b7a650c6450c313dd728848e02f74a1b78 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 28 十一月 2022 15:15:34 +0800 Subject: [PATCH] 添加提示 --- config/dev.env.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 45ee49f..101e4d2 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,7 +11,7 @@ // BASE_API: '"https://sinanoaq.cn:8100"', // BASE_API: '"http://127.0.0.1:8100"', // IMG_API: '"http://127.0.0.1:8100/upload/"', - // BASE_API: '"http://192.168.0.35:8100"', + BASE_API: '"http://192.168.0.35:8100"', // IMG_API: '"http://127.0.0.1:8100/upload/"', // IMG_API: '"https://sinanoaq.com:8100/upload/"', // BASE_API: '"http://220.171.99.118:4100"', -- Gitblit v1.9.2