diff --git a/pages/index/index.vue b/pages/index/index.vue index 98d04f3..8b96fb9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -158,7 +158,8 @@ text="生成图纸" color="#3F70FF" > - + + { str = access_status; } return str; +}; + +const bugFeedback = () => { + uni.navigateTo({ + url: "/pagesA/bug-feedback/bug-feedback", + }); }; const modalRefOpen = () => { @@ -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(() => { \ No newline at end of file diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index ccb75c6..82091f4 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -146,12 +146,12 @@ - + 退出登录 diff --git a/pagesA/template-apply/template-apply.vue b/pagesA/template-apply/template-apply.vue index 2622fd7..be672a5 100644 --- a/pagesA/template-apply/template-apply.vue +++ b/pagesA/template-apply/template-apply.vue @@ -22,7 +22,7 @@ diff --git a/vite.config.js b/vite.config.js index 40e8b41..65c3645 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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', }, },