789
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
let client_type=''
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
const client_type="M"
|
||||
client_type="M"
|
||||
// #endif
|
||||
// #ifdef APP-IOS
|
||||
const client_type="I"
|
||||
client_type="I"
|
||||
// #endif
|
||||
// #ifdef APP-ANDROID
|
||||
const client_type="A"
|
||||
client_type="A"
|
||||
// #endif
|
||||
export default client_type
|
||||
Reference in New Issue
Block a user