吉安感知网项目-前端
chenyao
2026-04-13 8bd7ab8baaec7d22ae9b7fe5bf95957c405f9db1
feat:静态文件移至吉安服务
8 files modified
28 ■■■■ changed files
uniapps/work-wx/build/config/proxy.js 11 ●●●●● patch | view | raw | blame | history
uniapps/work-wx/src/pages/register/index.vue 3 ●●●● patch | view | raw | blame | history
uniapps/work-wx/src/pages/user/index.vue 3 ●●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/deviceRegistration/add.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/deviceRegistration/details.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/flightApplication/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/userDetail/infos/index.vue 3 ●●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/userDetail/password/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/build/config/proxy.js
@@ -20,6 +20,17 @@
      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
}
uniapps/work-wx/src/pages/register/index.vue
@@ -246,7 +246,8 @@
    .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 {
uniapps/work-wx/src/pages/user/index.vue
@@ -97,7 +97,8 @@
  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 {
uniapps/work-wx/src/subPackages/deviceRegistration/add.vue
@@ -662,7 +662,7 @@
    // 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'
uniapps/work-wx/src/subPackages/deviceRegistration/details.vue
@@ -339,7 +339,7 @@
    // 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'
uniapps/work-wx/src/subPackages/flightApplication/index.vue
@@ -198,7 +198,7 @@
    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 {
uniapps/work-wx/src/subPackages/userDetail/infos/index.vue
@@ -254,7 +254,8 @@
    .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 {
uniapps/work-wx/src/subPackages/userDetail/password/index.vue
@@ -260,7 +260,7 @@
            // 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%;
        }