This commit is contained in:
yziiy
2025-08-15 11:06:49 +08:00
parent 555e5d1052
commit 5c96e5bd86
3 changed files with 4 additions and 11 deletions

View File

@@ -54,14 +54,6 @@
</view>
</view>
</view>
<!-- <view class="edit-notice flex-line w-fill flex-spaceB">
<view class="notice-title">
设置置顶
</view>
<view >
<switch checked color="#457AFF" style="transform:scale(0.7)"/>
</view>
</view> -->
</view>
</view>
</template>
@@ -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;

Submodule pages/union/yusheng-admin added at f5c114b657

View File

@@ -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 // 请求超时时间
});