From 3419e3866b16f4b4ace7e89ea50c74dc0983da9a Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 06 四月 2023 17:28:20 +0800 Subject: [PATCH] 修改转发错误,修正日计划单 --- api/publicInterface.js | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/api/publicInterface.js b/api/publicInterface.js index eb43d49..856e250 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -1,10 +1,14 @@ // import {resolve} from "../unpackage/dist/dev/mp-weixin/common/vendor"; // import login from "../pages/login/login"; -// const BaseUrl = "http://192.168.3.159:9999/"; -import {BaseUrl as wrBaseUrl} from '@/api/request.js' -// const BaseUrl = "http://192.168.0.120:9999" -const BaseUrl = "http://192.168.110.82:9999" + +import { + BaseUrl as wrBaseUrl +} from '@/api/request.js' +const BaseUrl = "http://192.168.0.110:9999"; +// const BaseUrl = "http://hesuancj.cn:9999" +// const BaseUrl = "https://hesuancj.cn:9095" +// const BaseUrl = "http://192.168.3.119:9999" // 鐧诲綍 // function apiLogin({ @@ -153,8 +157,8 @@ url: BaseUrl + '/admin/oauth2/token', method: "POST", data: { - grant_type:'mobile', - mobile:`MINI@${code}`, + grant_type: 'mobile', + mobile: `MINI@${code}`, code }, header: { -- Gitblit v1.9.1