mooho-base-admin-plus 2.10.3 → 2.10.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "2.10.3",
4
+ "version": "2.10.4",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -229,7 +229,7 @@
229
229
  },
230
230
  computed: {},
231
231
  async mounted() {
232
- let router = useRouter();
232
+ let router = this.$router;
233
233
 
234
234
  console.log('router.currentRoute.value.fullPath', router.currentRoute.value.fullPath);
235
235
  console.log('this.userPermissions', this.userPermissions);