diff --git a/backend/run.sh b/backend/run.sh index 1adc64072ee6ab3fac4f6137f6551bd8274c03b5..64b7c429116271a5fe8bbc6fbdb81f3955980603 100755 --- a/backend/run.sh +++ b/backend/run.sh @@ -1,6 +1,6 @@ -./halt.sh +#./halt.sh pkill -9 python -systemctl start nginx.service +#systemctl start nginx.service rm -rf vue2-forntend/dist cd vue2-forntend && cnpm run build:prod && cd .. rm -rf static @@ -8,5 +8,5 @@ rm -rf static python manage.py makemigrations python manage.py collectstatic python manage.py migrate -# nohup python manage.py runserver 0.0.0.0:8000 & -uwsgi --ini uwsgi.ini +nohup python manage.py runserver 0.0.0.0:8000 & +#uwsgi --ini uwsgi.ini diff --git a/backend/vue2-forntend/src/views/Eventlist/index.vue b/backend/vue2-forntend/src/views/Eventlist/index.vue index 53ccfe15568f8b985481957d572aac5c38876da5..36a9392a43f68e797425c8cb09c3e91551e55302 100644 --- a/backend/vue2-forntend/src/views/Eventlist/index.vue +++ b/backend/vue2-forntend/src/views/Eventlist/index.vue @@ -197,8 +197,8 @@ @@ -233,7 +233,7 @@ export default { value: 'title', sortable: false, }, - { text: '发布时间', value: 'create_time' }, + { text: '关联课程', value: 'course_name' }, { text: '截止日期', value: 'ddl_time' }, { text: '事项类型', value: 'category' }, // { text: '完成状态', value: 'is_finished' },