mayisheng
2022-08-10 cfcc3d7f4e28bb6613b598b7b0a3ae8009dbec2a
src/api/mobile/ip/index.js
@@ -4,7 +4,7 @@
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-15 16:43:48
 */
// 党群机构
// 党政机构
import request from '@/router/axios'
export const getIp = (params) => {
@@ -15,4 +15,4 @@
        method: 'get',
        // params: params
    })
}
}