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.
14 lines
347 B
14 lines
347 B
const H5 = '/start';
|
|
const H5_KEY = 'key=wHoUuIiQ8rOSNrxzl1WZJSymZlmXMJ7w';
|
|
|
|
const APP = 'https://api.wingold6.com'; //正式
|
|
// const APP = 'https://apitest.luck-work.com'; //测试
|
|
const APP_KEY = 'key=wHoUuIiQ8rOSNrxzl1WZJSymZlmXMJ7w';
|
|
const showDialog = true
|
|
export default {
|
|
H5,
|
|
H5_KEY,
|
|
APP,
|
|
APP_KEY,
|
|
showDialog,
|
|
}
|