|
@@ -5,10 +5,10 @@ Vue.use(Vuex)
|
|
|
const store = new Vuex.Store({
|
|
|
state: {
|
|
|
// #ifdef MP
|
|
|
- baseURL: 'http://gongan.igxys.com', //请求地址配置
|
|
|
+ baseURL: 'http://jzqwx.jzrc.org.cn', //请求地址配置
|
|
|
// #endif
|
|
|
// #ifndef MP
|
|
|
- baseURL: 'http://gongan.igxys.com', //请求地址配置
|
|
|
+ baseURL: 'http://jzqwx.jzrc.org.cn', //请求地址配置
|
|
|
// #endif
|
|
|
// baseURL: 'http://yrh.liuniu946.com', //请求地址配置
|
|
|
urlFile: '/index', //项目部署所在文件夹
|
|
@@ -23,9 +23,9 @@ const store = new Vuex.Store({
|
|
|
// #endif
|
|
|
// shareData:'',//分享信息
|
|
|
project_area: 0,
|
|
|
- sys_appid: 'gonganxianred2022125',//系统AppID
|
|
|
- sys_appsecret: '2022125gonganxianred',//系统AppSecret
|
|
|
- baseName: '石首市红十字会',
|
|
|
+ sys_appid: 'jzq2022224',//系统AppID
|
|
|
+ sys_appsecret: '2022224jzq',//系统AppSecret
|
|
|
+ baseName: '荆州区红十字会',
|
|
|
shareDesc: '弘扬红十字精神,传播红十字观念,宣传红十字工作,这是一个汇聚爱心、救助之家力量的平台!'
|
|
|
},
|
|
|
mutations: {
|