mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-04 18:28:11 +00:00
🆕 修复代码警告问题, 添加专栏图片
This commit is contained in:
parent
1448e2b689
commit
82d4692edc
BIN
src/assets/zhuanlan.png
Normal file
BIN
src/assets/zhuanlan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@ -146,3 +146,5 @@ export function detectMobileBrowser(browserNavigatorMetaInfo: string): boolean {
|
||||
export function getBrowserNavigatorMetaInfo(): string {
|
||||
return window.navigator.userAgent || window.navigator.vendor || window.opera;
|
||||
}
|
||||
|
||||
export const serverUrl = isDev ? 'http://192.16x.x.x:3000' : '你的服务器地址';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user