This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </div >
1818 <div class =" lecturer-description" >{{this.lecturerInfo.description}}</div >
1919 <div class =" frame-wrapper" >
20- <a v-bind:href =" feedbackLink" class =" frame-link" >Сообщить о проблеме</a >
20+ <router-link :to =" feedbackLink" class =" frame-link" >Сообщить о проблеме</router-link >
2121 </div >
2222 </div >
2323 </div >
@@ -67,7 +67,7 @@ export default {
6767 return ` ${ process .env .VUE_APP_API_TIMETABLE } ` ;
6868 },
6969 feedbackLink () {
70- return ` ${ process .env .VUE_APP_FEEDBACK_FORM } ` ;
70+ return ` /apps/browser# ${ process .env .VUE_APP_FEEDBACK_FORM } ?url= ${ window . location . href } ` ;
7171 }
7272 }
7373}
@@ -153,4 +153,4 @@ export default {
153153}
154154
155155
156- </style >
156+ </style >
Original file line number Diff line number Diff line change 1616 <div class =" map-text" >Посмотреть на карте</div >
1717 </a >
1818 </div >
19- <a v-bind:href =" feedbackLink" class =" frame-link" >Сообщить о неисправности</a >
19+ <router-link :to =" feedbackLink" class =" frame-link" >Сообщить о неисправности</router-link >
2020 </div >
2121</template >
2222
@@ -63,10 +63,10 @@ export default {
6363 },
6464 computed: {
6565 feedbackLink () {
66- return ` ${ process .env .VUE_APP_FEEDBACK_FORM } ` ;
66+ return ` /apps/browser# ${ process .env .VUE_APP_FEEDBACK_FORM } ?url= ${ window . location . href } ` ; ;
6767 },
6868 mapLink () {
69- return ` ${ process .env .VUE_APP_CDN } /app/map` ;
69+ return ` /apps/browser# ${ process .env .VUE_APP_CDN } /app/map` ;
7070 },
7171 }
7272}
You can’t perform that action at this time.
0 commit comments