module-menu-vue 0.0.74 → 0.0.75

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -207,7 +207,7 @@ export default {
207
207
  thirdPartyServiceJumpPath = '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
208
208
  break;
209
209
  case "级联管理":
210
- thirdPartyServiceJumpPath = '/admin-ui/cascade-ui';
210
+ thirdPartyServiceJumpPath = '/admin-ui/cascade';
211
211
  break;
212
212
  default:
213
213
  break;