From a653bcff54e077ad83e31c8528aa174d7a7348f7 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 24 十月 2023 11:46:51 +0800 Subject: [PATCH] 再生资源 bugfix --- api/publicInterface.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/publicInterface.js b/api/publicInterface.js index 7bd115b..e5cc74d 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -3,7 +3,7 @@ import { BaseUrl as wrBaseUrl } from '@/api/request.js' -const BaseUrl = 'http://192.168.31.14:9999' +const BaseUrl = 'http://192.168.0.134:9999' // const BaseUrl = 'https://mx.jzeg.cn:9095' // const BaseUrl = 'http://192.168.31.18:9999' // const BaseUrl = 'http://192.168.0.100:9999' -- Gitblit v1.9.1