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
477 B

2 years ago
// 本地环境配置
module.exports = {
title: '数字社区综合服务平台',
englishName:'',
version: 'V1.0.0',
technicalSupport: '',
copyright: 'Copyright @ 2023 版权所有',
// baseUrl: 'http://127.0.0.1:8080', // 项目地址
baseUrl: 'http://192.168.1.144/api', // 项目地址
baseApi: '/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
wxId: 'wx1078fa1e99424de9',
secret: 'ebecf6b88ab455f1cdf4a5b6357407b8'
}