|
@@ -38,7 +38,13 @@ export default {
|
|
|
* @returns {Promise | Promise<unknown>}
|
|
|
*/
|
|
|
getUserCountByCity(params) {
|
|
|
- return fetch('/wutong-base/wxuser/getUserCountByCity', params)
|
|
|
+ return fetch(
|
|
|
+ '/blade-pc-applet/userarea/getUserCountByCity',
|
|
|
+ params,
|
|
|
+ 'post',
|
|
|
+ 'json'
|
|
|
+ )
|
|
|
+ // return fetch('/wutong-base/wxuser/getUserCountByCity', params)
|
|
|
},
|
|
|
/**
|
|
|
* 获取最近7月类用户增加数量
|