更新
This commit is contained in:
@@ -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;
|
||||
|
||||
1
pages/union/yusheng-admin
Submodule
1
pages/union/yusheng-admin
Submodule
Submodule pages/union/yusheng-admin added at f5c114b657
@@ -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 // 请求超时时间
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user