diff --git a/src/views/shop/addProduct/index.vue b/src/views/shop/addProduct/index.vue
index b26129d..4e7ce72 100644
--- a/src/views/shop/addProduct/index.vue
+++ b/src/views/shop/addProduct/index.vue
@@ -120,7 +120,7 @@
-
+
diff --git a/src/views/theoryExam/index.vue b/src/views/theoryExam/index.vue
index d6badbe..bd370c0 100644
--- a/src/views/theoryExam/index.vue
+++ b/src/views/theoryExam/index.vue
@@ -9,7 +9,7 @@ import Util from '@/libs/util'
export default {
data () {
return {
- url: `http://192.168.31.125:8098/#/quesBankType?token=${sessionStorage.getItem('token')}`
+ url: `http://121.37.12.51/exam/#/quesBankType?token=${sessionStorage.getItem('token')}`
};
},
mounted () {