门店端优化

This commit is contained in:
wong
2025-08-13 17:03:25 +08:00
parent f5dd5e8191
commit e53f31487e
5 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
// API配置文件
// 基础配置
export const BASE_URL = 'http://yi.cn'
//export const BASE_URL = 'https://ckbapi.quwanzhi.com'
//export const BASE_URL = 'http://yishi.com'
export const BASE_URL = 'https://ckbapi.quwanzhi.com'
// 获取请求头
const getHeaders = (options = {}) => {

View File

@@ -3,10 +3,10 @@
<view class="side-menu-mask" @tap="closeSideMenu"></view>
<view class="side-menu">
<view class="side-menu-header">
<text class="side-menu-title">AI赋能</text>
<text class="close-icon" @tap="closeSideMenu">
<text class="side-menu-title">AI助手</text>
<!-- <text class="close-icon" @tap="closeSideMenu">
<u-icon name="close" color="#333" size="24"></u-icon>
</text>
</text> -->
</view>

View File

@@ -4,11 +4,11 @@
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
<text class="uni-icons-arrow-left" style="font-size: 26px; color: #333;">&#xe6db;</text>
<u-icon name="arrow-left" color="#333" size="26"></u-icon>
</view>
<view class="title">供应链采购</view>
<view class="close-icon" @tap="closePage">
<text class="uni-icons-close" style="font-size: 24px; color: #333;">&#xe607;</text>
<u-icon name="close" color="#333" size="24"></u-icon>
</view>
</view>

View File

@@ -4,11 +4,11 @@
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
<text class="uni-icons-arrow-left" style="font-size: 26px; color: #333;">&#xe6db;</text>
<u-icon name="arrow-left" color="#333" size="26"></u-icon>
</view>
<view class="title">{{detailData.name || packageData.name}}</view>
<view class="close-icon" @tap="closePage">
<text class="uni-icons-close" style="font-size: 24px; color: #333;">&#xe607;</text>
<u-icon name="close" color="#333" size="24"></u-icon>
</view>
</view>

View File

@@ -84,7 +84,7 @@
<text class="iconfont">
<u-icon name="file-text" size="24" color="{color: contentLibEnabled ? '#fff' : '#333'}"></u-icon>
</text>
<text style="margin-left: 5px;">艺施内容库</text>
<text style="margin-left: 5px;">内容库</text>
</view>
</u-button>
@@ -157,7 +157,7 @@
contentLibEnabled: true,
autoCustomerEnabled: false,
scrollTop: 0,
menuVisible: false,
menuVisible: true,
isRecording: false,
messages: [],
pageSize: 20,