|
@@ -47,27 +47,27 @@
|
|
|
return {
|
|
return {
|
|
|
mineItems: [
|
|
mineItems: [
|
|
|
[
|
|
[
|
|
|
- {'image': '../../static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
|
|
|
|
+ {'image': '/static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
],
|
|
],
|
|
|
[
|
|
[
|
|
|
- {'image': '../../static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
|
|
|
|
+ {'image': '/static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
],
|
|
],
|
|
|
[
|
|
[
|
|
|
- {'image': '../../static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
|
|
|
|
+ {'image': '/static/mine/city.png','title': 'city','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/location.png','title': 'campus','detail': '成都', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/department.png','title': 'department', 'detail': '成都', 'url': ''}
|
|
|
],
|
|
],
|
|
|
[
|
|
[
|
|
|
- {'image': '../../static/mine/student_old.png','title': 'referralList', 'detail': '', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/student_pain.png','title': 'renewList', 'detail': '', 'url': ''},
|
|
|
|
|
- {'image': '../../static/mine/referral.png','title': 'auditList', 'detail': '', 'url': ''}
|
|
|
|
|
|
|
+ {'image': '/static/mine/student_old.png','title': 'referralList', 'detail': '', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/student_pain.png','title': 'renewList', 'detail': '', 'url': ''},
|
|
|
|
|
+ {'image': '/static/mine/referral.png','title': 'auditList', 'detail': '', 'url': ''}
|
|
|
],
|
|
],
|
|
|
[
|
|
[
|
|
|
- {'image': '../../static/mine/setting.png','title': 'setting', 'detail': '', 'url': '../mine/setting'},
|
|
|
|
|
|
|
+ {'image': '/static/mine/setting.png','title': 'setting', 'detail': '', 'url': '../mine/setting'},
|
|
|
],
|
|
],
|
|
|
]
|
|
]
|
|
|
};
|
|
};
|