Commit 473260e0 by pangchong

feat: 代码修改

parent a54bfd04
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
import { ref } from 'vue' import { ref } from 'vue'
const goTo = () => { const goTo = () => {
uni.$mocpJump.navigateTo('/panel/assign-wor/edit-decompose') uni.$mocpJump.navigateTo('/panel/assign-work/edit-decompose')
} }
//开关 //开关
const value = ref(true) const value = ref(true)
......
...@@ -41,7 +41,7 @@ const tabList = ref([ ...@@ -41,7 +41,7 @@ const tabList = ref([
]) ])
//跳转 //跳转
const goDetails = (data) => { const goDetails = (data) => {
uni.$mocpJump.navigateTo('/panel/assign-work/edit-work', { id: data.id }) uni.$mocpJump.navigateTo('/panel/assign-work/details', { id: data.id })
} }
//加载下拉框数据 //加载下拉框数据
const appraisalRecordStore = useAppraisalRecordStore() const appraisalRecordStore = useAppraisalRecordStore()
......
...@@ -55,7 +55,7 @@ const goTo = (url) => { ...@@ -55,7 +55,7 @@ const goTo = (url) => {
} }
//跳转应用中心 //跳转应用中心
const goAppCenter = () => { const goAppCenter = () => {
uni.$mocpJump.navigateTo('/app-center/index') uni.$mocpJump.navigateTo('/panel/app-center/index')
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment