You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
414 B
24 lines
414 B
export const contact= {
|
|
wechat: 'wxid_jja9klxyquox22',
|
|
email: '1460454420@qq.com',
|
|
qq: '1460454420',
|
|
phone: ""
|
|
};
|
|
|
|
export const leancloud={
|
|
//@todo
|
|
appid: "",
|
|
appkey: ""
|
|
}
|
|
const config = global.config = {
|
|
versionCode: 2020022002,
|
|
debug: true,
|
|
contact: {
|
|
wechat: 'wxid_jja9klxyquox22',
|
|
email: '1460454420@qq.com',
|
|
qq: '1460454420',
|
|
phone: ""
|
|
}
|
|
}
|
|
|
|
export default config; |