| | |
| | | changeOrigin: true, |
| | | rewrite: path => path.replace(new RegExp(`^${VITE_API_PREFIX}`), ''), |
| | | }, |
| | | '/work-wx-static': { |
| | | target: 'http://220.177.172.27:8100/', // 替换为实际地址 |
| | | changeOrigin: true, |
| | | secure: false, |
| | | // 如果需要查看代理日志,添加以下配置 |
| | | configure: (proxy, options) => { |
| | | proxy.on('proxyReq', (proxyReq, req, res) => { |
| | | console.log('代理请求:', req.method, req.url, '->', proxyReq.path); |
| | | }); |
| | | } |
| | | } |
| | | } |
| | | return proxy |
| | | } |
| | |
| | | .pageBg { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | //background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | background: url("/work-wx-static/images/user/userBg1.png") no-repeat ; |
| | | background-size: 100%; |
| | | } |
| | | .detailBox { |
| | |
| | | height: 100%; |
| | | } |
| | | .pageUser { |
| | | background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | //background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | background: url("/work-wx-static/images/user/userBg1.png") no-repeat ; |
| | | background-size: 100%; |
| | | } |
| | | .userBox { |
| | |
| | | // const text = await response.text() |
| | | // areaData.value = JSON.parse(text) |
| | | const response = await uni.request({ |
| | | url: 'https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/xzqh/index.json', |
| | | url: `/work-wx-static/xzqh/index.json`, |
| | | method: 'GET', |
| | | timeout: 10000, // 10秒超时 |
| | | dataType: 'json' |
| | |
| | | // const { xzqhData } = await import('@/static/xzqh/index') |
| | | // areaData.value = xzqhData |
| | | const response = await uni.request({ |
| | | url: 'https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/xzqh/index.json', |
| | | url: `/work-wx-static/xzqh/index.json`, |
| | | method: 'GET', |
| | | timeout: 10000, // 10秒超时 |
| | | dataType: 'json' |
| | |
| | | overflow-y: hidden; |
| | | .header-top { |
| | | height: 480rpx; |
| | | background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/fxsq-bg.png") no-repeat ; |
| | | background: url("/work-wx-static/images/fxsq-bg.png") no-repeat ; |
| | | background-size: 100%; |
| | | position: relative; |
| | | .ht-content { |
| | |
| | | .pageBg { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | //background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | background: url("/work-wx-static/images/user/userBg1.png") no-repeat ; |
| | | background-size: 100%; |
| | | } |
| | | .avatarBox { |
| | |
| | | // left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/userBg1.png") no-repeat ; |
| | | background: url("/work-wx-static/images/user/userBg1.png") no-repeat ; |
| | | background-size: 100%; |
| | | } |
| | | |