更新
This commit is contained in:
@@ -54,14 +54,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</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>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -228,8 +220,8 @@
|
|||||||
height: 84rpx;
|
height: 84rpx;
|
||||||
border-radius: 106rpx;
|
border-radius: 106rpx;
|
||||||
line-height: 84rpx;
|
line-height: 84rpx;
|
||||||
background-color: #0DFFB9;
|
background: var(--primary-color);
|
||||||
color: #333;
|
color: var(--font-button-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||||
font-weight: 400;
|
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";
|
// const {BASE_URL} from "@/until/config.js";
|
||||||
// 创建axios实例
|
// 创建axios实例
|
||||||
const http = axios.create({
|
const http = axios.create({
|
||||||
baseURL: "http://vschat.qxmier.com", // API的基础路径
|
baseURL: "http://chat.qxmier.com", // API的基础路径
|
||||||
timeout: 5000 // 请求超时时间
|
timeout: 5000 // 请求超时时间
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user