Lufaneng 6 months ago
parent b372181064
commit 5ee24960c3

@ -158,7 +158,8 @@
text="生成图纸"
color="#3F70FF"
></uv-button>
<uv-button @click="viewHistory" text="查看记录"></uv-button>
<uv-button @click="bugFeedback" text="bug反馈"></uv-button>
<uv-button @click="viewHistory" text="查看记录" color="#df9d5d"></uv-button>
</view>
<uv-modal
ref="modalRef"
@ -248,6 +249,12 @@ const get_access_status = (access_status) => {
return str;
};
const bugFeedback = () => {
uni.navigateTo({
url: "/pagesA/bug-feedback/bug-feedback",
});
};
const modalRefOpen = () => {
if (!has_access.value) {
uni.showToast({
@ -659,7 +666,7 @@ onPullDownRefresh(() => {
left: 0;
padding: 2px 8px;
border-radius: 0 0 10px 0;
font-size: 10px;
font-size: 14px;
color: white;
background: #00caef;
}
@ -755,7 +762,7 @@ onPullDownRefresh(() => {
<style lang="scss">
.bottom-actions {
.uv-button-wrapper {
width: 48%;
width: 30%;
}
}
</style>

@ -146,12 +146,12 @@
<uv-icon name="arrow-right" size="16" color="#ccc"></uv-icon>
</view>
</view>
<view class="profile-item" @click="bugFeedback">
<!-- <view class="profile-item" @click="bugFeedback">
<view class="item-label">bug反馈</view>
<view class="item-content">
<uv-icon name="arrow-right" size="16" color="#ccc"></uv-icon>
</view>
</view>
</view> -->
<view class="profile-item" @click="logout">
<view class="item-label">退出登录</view>
<view class="item-content">

@ -28,14 +28,14 @@ export default defineConfig(({ mode }) => {
proxy: {
['/jsonrpc']: {
changeOrigin: true,
// target: 'https://lift-drawing-h5.ruixininfo.com',
target: 'https://lift-h5.shulinelev.com',
target: 'https://lift-drawing-h5.ruixininfo.com',
// target: 'https://lift-h5.shulinelev.com',
// target: 'https://lift-drawing.ruixininfo.com',
},
['/api/proxyDownload']: {
changeOrigin: true,
// target: 'https://lift-drawing-h5.ruixininfo.com',
target: 'https://lift-h5.shulinelev.com',
target: 'https://lift-drawing-h5.ruixininfo.com',
// target: 'https://lift-h5.shulinelev.com',
// target: 'https://lift-drawing.ruixininfo.com',
},
},

Loading…
Cancel
Save