From c819024e241b9f7c54cc3786373ad0d2998f2190 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 05 五月 2023 08:55:46 +0800 Subject: [PATCH] 修改 --- config/prod.env.js | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/config/prod.env.js b/config/prod.env.js index a29d93b..4b82bf3 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -15,8 +15,16 @@ // BASE_API: '"http://220.171.99.118:4101/api"', // IMG_API: '"http://220.171.99.118:4101/api/upload/"', - BASE_API: '"http://222.92.213.22:8006/zhongtai"', - IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"', - NANO_API: '"http://222.92.213.22:8006/nanoweb"', - ZT_API:'"http://123.56.127.115:8011"' + BASE_API: '"http://121.239.169.27:8006"', + IMG_API: '"http://121.239.169.27:8006"', + + // BASE_API: '"http://222.92.213.22:8006/zhongtai"', + // IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"', + // NANO_API: '"http://222.92.213.22:8006/nanoweb"', + // ZT_API:'"http://123.56.127.115:8011"' + + // BASE_API: '"http://124.88.218.31:8081/zhongtai"', + // IMG_API: '"http://124.88.218.31:8081/zhongtai/upload/"', + // NANO_API: '"http://124.88.218.31:8081/nanoweb"', + // ZT_API:'"http://123.56.127.115:8011"' } -- Gitblit v1.9.2