查询租户id
This commit is contained in:
parent
ac30a445dc
commit
bb36b77a08
@ -82,7 +82,7 @@ export function loginAppuserName(data) {
|
|||||||
// 使用租户域名(标识),获得租户编号
|
// 使用租户域名(标识),获得租户编号
|
||||||
export function getTenantIdByWebsite(website) {
|
export function getTenantIdByWebsite(website) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/tenant/getListByWebsite',
|
url: '/admin-api/system/tenant/getListByWebsite',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: {
|
params: {
|
||||||
website
|
website
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
// 应用全局配置
|
// 应用全局配置
|
||||||
module.exports = {
|
module.exports = {
|
||||||
//baseUrl: 'https://www.nuoyunr.com/admin-api',
|
//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://192.168.1.4:48080',
|
||||||
baseUrl: 'http://localhost:48080',
|
// baseUrl: 'http://localhost:48080',
|
||||||
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
||||||
baseImageUrl: 'http://122.51.230.86:9000/',
|
baseImageUrl: 'http://122.51.230.86:9000/',
|
||||||
//wsUrl: 'wss://www.nuoyunr.com/admin-api',
|
//wsUrl: 'wss://www.nuoyunr.com/admin-api',
|
||||||
|
Loading…
Reference in New Issue
Block a user