From 8662474529c048622a366ccac4798595463cb302 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 25 十一月 2022 17:31:39 +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