jufubao-admin-library 1.1.207 → 1.1.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -256,16 +256,26 @@ module.exports = {
|
|
|
256
256
|
role: '',
|
|
257
257
|
method:'put'
|
|
258
258
|
},
|
|
259
|
-
// #ifdef saas-admin
|
|
259
|
+
// #ifdef saas-admin
|
|
260
260
|
{
|
|
261
261
|
title: '健步走:地图 - 修改点位周期限制',
|
|
262
262
|
mapFn: "walkingPointPeriodLimit",
|
|
263
|
-
// #ifdef saas-admin
|
|
264
263
|
path: '/saas-app-company/v1/walking/x_map/point-period-limit/:id',
|
|
265
|
-
|
|
266
|
-
|
|
264
|
+
isRule: false,
|
|
265
|
+
data: {
|
|
266
|
+
id: ['点位ID', 'string', '必填'],
|
|
267
|
+
point_period_limit: ['点位周期限制', 'string', '必填'],
|
|
268
|
+
},
|
|
269
|
+
disabled: true,
|
|
270
|
+
role: '',
|
|
271
|
+
method: 'put'
|
|
272
|
+
},
|
|
273
|
+
// #endif
|
|
274
|
+
// #ifdef sms-walking
|
|
275
|
+
{
|
|
276
|
+
title: '健步走:地图 - 修改点位周期限制',
|
|
277
|
+
mapFn: "walkingPointPeriodLimit",
|
|
267
278
|
path: '/saas-app-partner/v1/walking/x_map/point-period-limit/:id',
|
|
268
|
-
// #endif
|
|
269
279
|
isRule: false,
|
|
270
280
|
data: {
|
|
271
281
|
id: ['点位ID', 'string', '必填'],
|