scorpio 2 lat temu
rodzic
commit
62c0fec95d

+ 1 - 1
src/layout/search/index.vue

@@ -240,7 +240,7 @@ export default {
     goProject() {
       this.dialogShow = false
       this.$router.push({
-        path: '/home/pro_detail',
+        path: '/project',
         query: {
           id: this.current.projectId,
           projectStage: this.current.projectStage

+ 1 - 1
src/views/home/component/pro_relation.vue

@@ -182,7 +182,7 @@ export default {
           .catch(() => {})
       } else if (type === 'view') {
         this.$router.push({
-          path: '/home/pro_detail',
+          path: '/project',
           query: { id: this.form.id }
         })
       } else if (type === 'add') {

+ 1 - 1
src/views/invest/components/complete.vue

@@ -191,7 +191,7 @@ export default {
     beforeOpen(done, type) {
       if (type === 'view') {
         this.$router.push({
-          path: '/home/pro_detail',
+          path: '/project',
           query: {
             id: this.form.id,
             projectStage: this.form.project_stage,

+ 1 - 1
src/views/store/component/info.vue

@@ -101,7 +101,7 @@ export default {
     },
     goDetail() {
       const data = this.$router.resolve({
-        path: '/home/pro_detail',
+        path: '/project',
         query: {
           id: this.info.projectId,
           projectStage: this.info.project_stage

+ 1 - 1
src/views/task/component/task.vue

@@ -466,7 +466,7 @@ export default {
     },
     goProject() {
       const routeData = this.$router.resolve({
-        path: '/home/pro_detail',
+        path: '/project',
         query: { id: this.task.projectId }
       })
       window.open(routeData.href, '_blank')