From f3058f900e3143c0245c9b1686397b6e6e561422 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 08 十一月 2024 10:09:48 +0800 Subject: [PATCH] 1.解绑添加二次确认。2.接口返回的金额都是元 --- api/config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/api/config.js b/api/config.js index 57a771d..ccba7c8 100644 --- a/api/config.js +++ b/api/config.js @@ -8,7 +8,9 @@ case 'test': // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/' // BASEURL = 'https://d4x9787456.vicp.fun/' - BASEURL = 'http://127.0.0.1:8087/' + // BASEURL = 'http://127.0.0.1:8087/' + BASEURL = 'http://192.168.40.166:8087/' + // BASEURL = 'http://192.168.10.52:8087/' break default: BASEURL = '' -- Gitblit v1.8.0