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 sms-walking
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
- // #endif
266
- // #ifdef sms-walking
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', '必填'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.207",
3
+ "version": "1.1.208",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {