lsc 2 yıl önce
ebeveyn
işleme
f4c561bd66

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
dist/report.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/chunk-6127ff6f.ad5c105b.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.97228698.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-6127ff6f.7654563f.js


+ 0 - 0
dist/static/js/chunk-7d027967.deb194bb.js → dist/static/js/chunk-7d027967.8abff7db.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-libs.915c5fcb.js


+ 4 - 1
src/permission.js

@@ -17,7 +17,10 @@ router.beforeEach(async(to, from, next) => {
 
   // determine whether the user has logged in
   const hasToken = getToken()
-  debugger
+
+  if (to.query.courseId) {
+    store.commit('app/SET_COURSEID', to.query.courseId)
+  }
   if (hasToken) {
     if (to.path === '/login') {
       // if is logged in, redirect to the home page

+ 0 - 2
src/views/course/index.vue

@@ -64,7 +64,6 @@ import stepsBox from './components/stepsBox.vue'
 import navBox from './components/navBox.vue'
 import { getCourseInfo } from '@/api/course'
 import '@/utils/aws-sdk-2.235.1.min.js'
-import { mapMutations } from 'vuex'
 
 export default {
   components: {
@@ -91,7 +90,6 @@ export default {
     }
   },
   methods: {
-    ...mapMutations({ setCourseid: 'app/SET_COURSEID' }),
     arrayToArray(arrayo, arrayt) {
       const array1 = arrayo
       const array2 = arrayt

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor