diff --git a/src/views/user/userlist.vue b/src/views/user/userlist.vue
index 5f0e5dd..c3e95fc 100644
--- a/src/views/user/userlist.vue
+++ b/src/views/user/userlist.vue
@@ -247,8 +247,8 @@
- 观看直播
- 答题详情
+ 观看直播
+ 答题详情
diff --git a/vue.config.js b/vue.config.js
index fe7e4ca..ab8ce42 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,8 +38,8 @@ module.exports = {
},
proxy: {
'/development': {
- target: `http://admin.7-stars.com.cn/`, //后台服务地址
- // target:'http://localhost:8877',
+ // target: `http://admin.7-stars.com.cn/`, //后台服务地址
+ target:'http://localhost:8877',
// target:'http://localhost:8009',
changeOrigin: true,
pathRewrite: {