From 09c2ac7911db8993b6b435cb5af23fcf69c0fbe2 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 24 三月 2023 14:40:50 +0800
Subject: [PATCH] 增加货代详情
---
api/publicInterface.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/api/publicInterface.js b/api/publicInterface.js
index eb43d49..cb9197f 100644
--- a/api/publicInterface.js
+++ b/api/publicInterface.js
@@ -2,9 +2,11 @@
// import login from "../pages/login/login";
// const BaseUrl = "http://192.168.3.159:9999/";
-import {BaseUrl as wrBaseUrl} from '@/api/request.js'
+import {
+ BaseUrl as wrBaseUrl
+} from '@/api/request.js'
// const BaseUrl = "http://192.168.0.120:9999"
-const BaseUrl = "http://192.168.110.82:9999"
+const BaseUrl = "http://192.168.3.109:9999"
// 鐧诲綍
// function apiLogin({
@@ -153,8 +155,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