diff --git a/.env.production b/.env.production index b4893b0..b83c255 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 若依管理系统 ENV = 'production' # 若依管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://39.101.188.84:9029' diff --git a/src/assets/images/videoImg.png b/src/assets/images/videoImg.png new file mode 100644 index 0000000..6e507cd Binary files /dev/null and b/src/assets/images/videoImg.png differ diff --git a/src/views/components/videoWall/index.vue b/src/views/components/videoWall/index.vue index 5e132a1..ec4800f 100644 --- a/src/views/components/videoWall/index.vue +++ b/src/views/components/videoWall/index.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-08-17 10:41:06 * @LastEditors: JC9527 - * @LastEditTime: 2023-08-17 18:28:52 + * @LastEditTime: 2023-08-17 19:08:16 -->