门店端优化
This commit is contained in:
@@ -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 = {}) => {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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;"></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;"></text>
|
||||
<u-icon name="close" color="#333" size="24"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -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;"></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;"></text>
|
||||
<u-icon name="close" color="#333" size="24"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user