+
+
\ No newline at end of file
+
diff --git a/src/views/activity/TestCenter.vue b/src/views/activity/TestCenter.vue
new file mode 100644
index 0000000..bf6ab7d
--- /dev/null
+++ b/src/views/activity/TestCenter.vue
@@ -0,0 +1,462 @@
+
+
+
\ No newline at end of file
diff --git a/src/views/oj/shop/Shop.vue b/src/views/oj/shop/Shop.vue
new file mode 100644
index 0000000..ec55746
--- /dev/null
+++ b/src/views/oj/shop/Shop.vue
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+ 当前积分: {{ userPoints }}
+
+ 积分明细
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.name }}
+
+ {{ item.points }} 积分
+
+ 立即兑换
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paper/exam/list.vue b/src/views/paper/exam/list.vue
index 221cc65..280fb73 100644
--- a/src/views/paper/exam/list.vue
+++ b/src/views/paper/exam/list.vue
@@ -139,7 +139,7 @@ export default {
// 可批量操作
multi: false,
// 列表请求URL
- listUrl: '/exam/api/exam/exam/online-paging'
+ listUrl: '/api/common/exam/api/exam/exam/online-paging'
}
}
},