From bb36b77a08f289833aac1748caad6f248a706e35 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Tue, 24 Sep 2024 21:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=A7=9F=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/login.js | 2 +- config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/login.js b/api/login.js index ad6984e..1cdb90e 100644 --- a/api/login.js +++ b/api/login.js @@ -82,7 +82,7 @@ export function loginAppuserName(data) { // 使用租户域名(标识),获得租户编号 export function getTenantIdByWebsite(website) { return request({ - url: '/system/tenant/getListByWebsite', + url: '/admin-api/system/tenant/getListByWebsite', method: 'get', params: { website diff --git a/config.js b/config.js index 68a2155..25c6b22 100644 --- a/config.js +++ b/config.js @@ -1,9 +1,9 @@ // 应用全局配置 module.exports = { //baseUrl: 'https://www.nuoyunr.com/admin-api', - // baseUrl: 'https://3w823u8516.vicp.fun', + baseUrl: 'https://3w823u8516.vicp.fun', // baseUrl: 'http://192.168.1.4:48080', - baseUrl: 'http://localhost:48080', + // baseUrl: 'http://localhost:48080', imagesUrl: 'http://shequ.0315e.com/static/images/pages/', baseImageUrl: 'http://122.51.230.86:9000/', //wsUrl: 'wss://www.nuoyunr.com/admin-api',