@@ -22,6 +22,7 @@ axiosservice.interceptors.request.use(
config.withCredentials = true // 允许携带token ,这个是解决跨域产生的相关问题
config.headers = {
projectId: 'Pj1101050029',//项目id
+ // projectId: 'Pj4403070003',// 深圳龙岗万达广场
}
return config
},