🆕 修复代码警告问题, 添加专栏图片

This commit is contained in:
xujiang 2021-01-04 13:00:35 +08:00
parent 1448e2b689
commit 82d4692edc
2 changed files with 2 additions and 0 deletions

BIN
src/assets/zhuanlan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -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' : '你的服务器地址';