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.
31 lines
904 B
JavaScript
31 lines
904 B
JavaScript
const config = [{
|
|
active: true,
|
|
url: 'http://lucode3.sa0.online',
|
|
gzh: {
|
|
id: 'wx526430047d34c85c',
|
|
jump: 'https://lucode3.sa0.online/h5/#/pages/gzh/login/login?',
|
|
auth: 'https://lucode3.sa0.online/open/Gzh/auth/wx526430047d34c85c'
|
|
},
|
|
}, {
|
|
active: false,
|
|
url: 'http://127.0.0.1:8000',
|
|
gzh: {
|
|
id: 'wx526430047d34c85c',
|
|
jump: 'http://127.0.0.1:5173/h5/#/pages/gzh/login/login?',
|
|
auth: 'https://lucode3.sa0.online/open/Gzh/auth/wx526430047d34c85c'
|
|
},
|
|
}]
|
|
uni.$config = JSON.parse(JSON.stringify(config))
|
|
const config_str_key = "CONFIG_STR"
|
|
let config_str = uni.getStorageSync(config_str_key)
|
|
if (!config_str) {
|
|
config_str = JSON.stringify(config)
|
|
uni.setStorageSync(config_str_key, config_str)
|
|
}
|
|
const config_data = JSON.parse(config_str)
|
|
export default {
|
|
title: '鹿和开发套件',
|
|
app_id: 'wx0d92d2990ec16a55',
|
|
config: config_data,
|
|
token: '0995452A-0D59-44B6-B6CA-88D8B1E257A0'
|
|
} |