Browse Source

修改问题

zengyicheng 3 years ago
parent
commit
3b63f4b233

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.72d7041a4d4da382fd76316ba0e6c975.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.deec116227fdc82db9e5.js></script><script type=text/javascript src=./static/js/app.1d8eb78ec1512fe540dd.js></script></body></html>
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.9291f33eee0d96689b8f30aeab877f26.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.deec116227fdc82db9e5.js></script><script type=text/javascript src=./static/js/app.400814ff9b2cb2c18560.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.9291f33eee0d96689b8f30aeab877f26.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.9291f33eee0d96689b8f30aeab877f26.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.1d8eb78ec1512fe540dd.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.1d8eb78ec1512fe540dd.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.400814ff9b2cb2c18560.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.400814ff9b2cb2c18560.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 3 - 2
src/components/project.vue

@@ -46,7 +46,7 @@
                     '/courseDetail?courseId=' +
                       item.courseid +
                       '&userid=' +
-                      userid
+                      userid + '&oid=' + oid
                   )
                 "
               >
@@ -73,7 +73,7 @@
                       '/courseDetail?courseId=' +
                         item.courseid +
                         '&userid=' +
-                        userid
+                        userid + '&oid=' + oid
                     )
                   "
                 >
@@ -103,6 +103,7 @@ export default {
       tx: require("../assets/tx.png"),
       mpj: require("../assets/project.png"),
       userid: this.$route.query.userid,
+      oid:this.$route.query.oid,
     };
   },
   methods: {

Some files were not shown because too many files changed in this diff