@@ -147,4 +147,14 @@ export function treeCategory(data) {
method: 'post',
data
})
+}
+
+/* 获取模块点位 */
+export function extract_locations(data) {
+ return request({
+ url: '/template/extract_and_save_locations',
+ method: 'post',
+ data
+ })
}