调整路径
This commit is contained in:
parent
fcbc21e893
commit
1c395099e5
@ -116,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/base/leave-request/index",
|
"path": "pages/base/qj/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "在线请假",
|
"navigationBarTitleText": "在线请假",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
@ -172,14 +172,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/base/leave-request/leaveApplication",
|
"path": "pages/base/qj/leaveApplication",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "请假申请",
|
"navigationBarTitleText": "请假申请",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/base/leave-request/detail",
|
"path": "pages/base/qj/detail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "请假详情",
|
"navigationBarTitleText": "请假详情",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
|
|||||||
@ -181,7 +181,7 @@ const menuItems = ref([
|
|||||||
{
|
{
|
||||||
title: "在线请假",
|
title: "在线请假",
|
||||||
icon: "/static/base/home/draft-line.png",
|
icon: "/static/base/home/draft-line.png",
|
||||||
path: "/pages/base/leave-request/index",
|
path: "/pages/base/qj/index",
|
||||||
permissionKey: "school-zxqj", // 在线请假权限编码
|
permissionKey: "school-zxqj", // 在线请假权限编码
|
||||||
},
|
},
|
||||||
// TODO:需求待协商硬件对接
|
// TODO:需求待协商硬件对接
|
||||||
|
|||||||
@ -54,7 +54,7 @@ const [register, { reload }] = useLayout({
|
|||||||
// 查看详情或新增处理函数
|
// 查看详情或新增处理函数
|
||||||
const goToDetail = (item: any | null) => {
|
const goToDetail = (item: any | null) => {
|
||||||
setData(item);
|
setData(item);
|
||||||
let url = '/pages/base/leave-request/detail';
|
let url = '/pages/base/qj/detail';
|
||||||
uni.navigateTo({ url });
|
uni.navigateTo({ url });
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
Loading…
x
Reference in New Issue
Block a user