Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/buaa21371101/Group11/commit/ea1a241e204ae16b4ddd99ff2b5234249a056b3f You should set ROOT_URL correctly, otherwise the web may not work correctly.
Student-20231159
Gabriel1159 2 years ago
commit ea1a241e20

@ -1,2 +1,2 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21371101')
print('My Name is 张昊然')

@ -1 +1,2 @@
print('My Student_ID is 21373067')
print('My Student_ID is 21373067')
print('My Name is 杨宏飞')

@ -0,0 +1,3 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21373081')
print('My Name is 陶佑鹏')

@ -0,0 +1,2 @@
import os
os.system('python Function-21373067.py')
Loading…
Cancel
Save