From a2b4e242b461ab0ef2400a91eaef40e1e3358cb4 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Wed, 7 Aug 2024 16:05:13 +0800
Subject: [PATCH] fix
---
src/views/shop/addProduct/index.vue | 2 +-
src/views/theoryExam/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 () {