From 04f3f15c930c2b02187d0ce11d68978b65361d54 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 31 三月 2023 09:26:29 +0800 Subject: [PATCH] 修复多数bug --- api/publicInterface.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/publicInterface.js b/api/publicInterface.js index 5154bc8..e681a5d 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -6,8 +6,8 @@ BaseUrl as wrBaseUrl } from '@/api/request.js' // const BaseUrl = "http://hesuancj.cn:9999" -// const BaseUrl = "https://hesuancj.cn:9095" -const BaseUrl = "http://192.168.3.119:9999" +const BaseUrl = "https://hesuancj.cn:9095" +// const BaseUrl = "http://192.168.3.119:9999" // 鐧诲綍 // function apiLogin({ -- Gitblit v1.9.1