diff --git a/pages/union/setGroup.vue b/pages/union/setGroup.vue index a4472dd0..d4fcb6fb 100644 --- a/pages/union/setGroup.vue +++ b/pages/union/setGroup.vue @@ -54,14 +54,6 @@ - @@ -228,8 +220,8 @@ height: 84rpx; border-radius: 106rpx; line-height: 84rpx; - background-color: #0DFFB9; - color: #333; + background: var(--primary-color); + color: var(--font-button-color); text-align: center; font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 400; diff --git a/pages/union/yusheng-admin b/pages/union/yusheng-admin new file mode 160000 index 00000000..f5c114b6 --- /dev/null +++ b/pages/union/yusheng-admin @@ -0,0 +1 @@ +Subproject commit f5c114b6579618fd4846fc7d9acba3b9cfd5dce0 diff --git a/until/request.js b/until/request.js index a3e63ea5..e491b653 100644 --- a/until/request.js +++ b/until/request.js @@ -3,7 +3,7 @@ import axios from 'axios'; // const {BASE_URL} from "@/until/config.js"; // 创建axios实例 const http = axios.create({ - baseURL: "http://vschat.qxmier.com", // API的基础路径 + baseURL: "http://chat.qxmier.com", // API的基础路径 timeout: 5000 // 请求超时时间 });