mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-05 09:27:34 +08:00
fix: 移动端表情面板fix
This commit is contained in:
@@ -77,8 +77,8 @@ public class SecurityConfig {
|
|||||||
"http://127.0.0.1",
|
"http://127.0.0.1",
|
||||||
"http://localhost:8080",
|
"http://localhost:8080",
|
||||||
"http://localhost",
|
"http://localhost",
|
||||||
"http://30.211.98.193:8080",
|
"http://30.211.106.178:8080",
|
||||||
"http://30.211.98.193",
|
"http://30.211.106.178",
|
||||||
"http://192.168.7.70",
|
"http://192.168.7.70",
|
||||||
"http://192.168.7.70:8080",
|
"http://192.168.7.70:8080",
|
||||||
websiteUrl,
|
websiteUrl,
|
||||||
|
|||||||
@@ -16,17 +16,20 @@ import ClickOutside from './directives/clickOutside' // 确保路径正确
|
|||||||
|
|
||||||
|
|
||||||
// 采用本地开发环境
|
// 采用本地开发环境
|
||||||
|
export const API_DOMAIN = 'http://30.211.106.178'
|
||||||
|
export const API_PORT = 8081
|
||||||
|
|
||||||
// export const API_DOMAIN = 'http://127.0.0.1'
|
// export const API_DOMAIN = 'http://127.0.0.1'
|
||||||
// export const API_PORT = 8081
|
// export const API_PORT = 8081
|
||||||
|
|
||||||
// 采用线上环境
|
// 采用线上环境
|
||||||
export const API_DOMAIN = 'https://www.open-isle.com'
|
// export const API_DOMAIN = 'https://www.open-isle.com'
|
||||||
export const API_PORT = ''
|
// export const API_PORT = ''
|
||||||
|
|
||||||
// For 开发
|
// For 开发
|
||||||
// export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
|
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
|
||||||
// 线上部署
|
// 线上部署
|
||||||
export const API_BASE_URL = ""
|
// export const API_BASE_URL = ""
|
||||||
|
|
||||||
export const GOOGLE_CLIENT_ID = '777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com'
|
export const GOOGLE_CLIENT_ID = '777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com'
|
||||||
export const GITHUB_CLIENT_ID = 'Ov23liVkO1NPAX5JyWxJ'
|
export const GITHUB_CLIENT_ID = 'Ov23liVkO1NPAX5JyWxJ'
|
||||||
|
|||||||
Reference in New Issue
Block a user