jufubao-admin-library 1.1.83 → 1.1.85

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.
@@ -20,12 +20,12 @@ const walkingConfigRouter = {
20
20
  },
21
21
  children: [
22
22
  {
23
- // #ifdef saas-admin admin
23
+ // #ifdef admin saas-admin
24
24
  path: 'config/:map_id?/:activity_id?',
25
- // endif
25
+ // #endif
26
26
  // #ifdef sms-walking
27
27
  path: 'config/:map_id?/:activity_id?/:site_id?',
28
- // endif
28
+ // #endif
29
29
  name: 'ConfigMap',
30
30
  hidden: true,
31
31
  component: () => setModuleName(import('@/viewWalking/config.vue'),'ConfigMap'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.83",
3
+ "version": "1.1.85",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {