w-ui-v1 1.0.13 → 1.0.14

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": "w-ui-v1",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -25,6 +25,7 @@ onMounted(() => {
25
25
 
26
26
  // 点击菜单跳转页面
27
27
  function gotoPage(item: any) {
28
+ console.log(item)
28
29
  // 跳转页面
29
30
  if (goto(item))
30
31
  return
@@ -34,7 +35,7 @@ function gotoPage(item: any) {
34
35
 
35
36
  // 点击动作面板跳转页面
36
37
  function sheetGotoPage(item: any) {
37
- console.log(item)
38
+
38
39
  // 跳转页面
39
40
  if (goto(item))
40
41
  return