You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
521 B
JavaScript

let url = 'http://lucode3.sa0.online'
let login = 'http://127.0.0.1:5173/h5/#/pages/package/gzh_auth/gzh_auth?'
let env = 'online'
if (process.env.NODE_ENV == 'development') {
env = 'dev'
}
// env = 'online'
// env = 'dev'
if (env === 'dev') {
url = 'http://127.0.0.1:8000'
login = 'http://127.0.0.1:5173/h5/#/pages/package/gzh_auth/gzh_auth?'
}
export default {
title: '鹿和开发套件',
app_id: 'wx0d92d2990ec16a55',
gzh_id: 'wx526430047d34c85c',
login,
token: '0995452A-0D59-44B6-B6CA-88D8B1E257A0',
url,
}