|
|
@@ -29,20 +29,20 @@
|
|
29
|
29
|
data() {
|
|
30
|
30
|
return {
|
|
31
|
31
|
mnu: [
|
|
32
|
|
- // {
|
|
33
|
|
- // name: "分润设置",
|
|
34
|
|
- // url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161807687.png",
|
|
35
|
|
- // pages:"/shop/services/setting",
|
|
36
|
|
- // show:true,
|
|
37
|
|
- // id: "3",
|
|
38
|
|
- // },
|
|
39
|
|
- // {
|
|
40
|
|
- // name: "我的音响",
|
|
41
|
|
- // url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161749139.png",
|
|
42
|
|
- // pages:"/shop/services/mystereo",
|
|
43
|
|
- // show:true,
|
|
44
|
|
- // id: "0",
|
|
45
|
|
- // },
|
|
|
32
|
+ {
|
|
|
33
|
+ name: "分润设置",
|
|
|
34
|
+ url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161807687.png",
|
|
|
35
|
+ pages:"/shop/services/setting",
|
|
|
36
|
+ show:true,
|
|
|
37
|
+ id: "3",
|
|
|
38
|
+ },
|
|
|
39
|
+ {
|
|
|
40
|
+ name: "我的音响",
|
|
|
41
|
+ url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161749139.png",
|
|
|
42
|
+ pages:"/shop/services/mystereo",
|
|
|
43
|
+ show:true,
|
|
|
44
|
+ id: "0",
|
|
|
45
|
+ },
|
|
46
|
46
|
// {
|
|
47
|
47
|
// name: "锁定用户",
|
|
48
|
48
|
// url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161733260.png",
|
|
|
@@ -57,13 +57,13 @@
|
|
57
|
57
|
// show:true,
|
|
58
|
58
|
// id: "0",
|
|
59
|
59
|
// }
|
|
60
|
|
- {
|
|
61
|
|
- name: "在线选品",
|
|
62
|
|
- url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161733260.png",
|
|
63
|
|
- pages:"/pages/onlineproductselection/onlineproductselection",
|
|
64
|
|
- show:true,
|
|
65
|
|
- id: "0",
|
|
66
|
|
- }
|
|
|
60
|
+ // {
|
|
|
61
|
+ // name: "在线选品",
|
|
|
62
|
+ // url: "https://cdn.bjtdba.com/vod/image/2022-08-12/20220812161733260.png",
|
|
|
63
|
+ // pages:"/pages/onlineproductselection/onlineproductselection",
|
|
|
64
|
+ // show:true,
|
|
|
65
|
+ // id: "0",
|
|
|
66
|
+ // }
|
|
67
|
67
|
],
|
|
68
|
68
|
uid: '',
|
|
69
|
69
|
authorization: ''
|