页面未找到

(错误代码:404 traceId: 171084220654345892500)

详细信息
咨询客服 返回首页

Exception: false

{
  "traceId": "171084220654345892500",
  "time": "2024-03-19 17:56:46.543",
  "isAxiosError": false,
  "message": "页面未找到",
  "statusCode": 404
}

Nuxt options:

{
  "traceId": "171084220654345892500",
  "modern": "server",
  "loading": false,
  "render": {
    "compressor": false,
    "bundleRenderer": {
      "runInNewContext": false
    },
    "resourceHints": true,
    "ssr": true,
    "ssrLog": false,
    "http2": {
      "push": false,
      "shouldPush": null,
      "pushAssets": null
    },
    "static": {
      "prefix": true
    },
    "etag": {
      "weak": false
    },
    "csp": false,
    "dist": {
      "index": false,
      "maxAge": "1y"
    },
    "fallback": {
      "dist": {},
      "static": {
        "skipUnknown": true,
        "handlers": {
          ".htm": false,
          ".html": false
        }
      }
    }
  },
  "axios": {
    "credentials": true,
    "debug": false,
    "proxyHeaders": true,
    "proxyHeadersIgnore": [
      "host"
    ]
  },
  "telemetry": false,
  "server": {
    "port": 3006,
    "host": "0.0.0.0",
    "https": false,
    "timing": false
  },
  "head": {
    "title": "zxxk-album-web",
    "meta": [
      {
        "charset": "utf-8"
      },
      {
        "name": "viewport",
        "content": "width=device-width, initial-scale=1"
      },
      {
        "name": "renderer",
        "content": "webkit"
      },
      {
        "http-equiv": "X-UA-Compatible",
        "content": "IE=Edge,chrome=1"
      },
      {
        "hid": "description",
        "name": "description",
        "content": "## Build Setup"
      }
    ],
    "link": [
      {
        "rel": "icon",
        "type": "image/x-icon",
        "href": "https://www.zxxk.com/favicon.ico"
      },
      {
        "rel": "stylesheet",
        "href": "https://zxxkstatic.zxxk.com/skins/common/css/header.css"
      }
    ],
    "script": [
      {
        "src": "https://zxxkstatic.zxxk.com/xkwjs/lib/jquery-1.10.2.js"
      },
      {
        "src": "https://static.zxxk.com/qd/pc/js/statistic.js"
      },
      {
        "src": "https://zxxkstatic.zxxk.com/tj/xkw.push.js"
      },
      {
        "src": "https://zxxkstatic.zxxk.com/xkwjs/tongji.js"
      },
      {
        "src": "https://zxxkstatic.zxxk.com/pingjia/script/info-comment-list.js"
      },
      {
        "src": "//downloadnew.zxxk.com/risk-control-dialog/control-iframe-dialog.min.js"
      },
      {
        "src": "//zxxkstatic.zxxk.com/sellement/settle.js?v=1.0.0"
      },
      {
        "src": "https://zxxkstatic.zxxk.com/xkwjs/xkw.xep.js?v=0.0216"
      }
    ],
    "style": []
  },
  "css": [
    "@/assets/css/reset.css",
    "@/assets/fonts/iconfont.css",
    "@/assets/scss/common.scss"
  ],
  "plugins": [
    {
      "src": "/data/serviceroot/xkwsite-album/.nuxt/toast.js",
      "ssr": false
    },
    {
      "src": "/data/serviceroot/xkwsite-album/.nuxt/axios.js"
    },
    {
      "src": "@/plugins/vueqr.js",
      "ssr": false
    },
    {
      "src": "@/plugins/layer.js",
      "ssr": false
    },
    {
      "src": "@/plugins/xkwSitesComponents.js",
      "ssr": false
    },
    {
      "src": "@/plugins/event.js",
      "ssr": false
    }
  ],
  "components": true,
  "buildModules": [],
  "modules": [
    "@nuxtjs/axios",
    "@nuxtjs/proxy",
    "@nuxtjs/style-resources",
    "@nuxtjs/toast",
    "nuxt-error-page-module"
  ],
  "toast": {
    "position": "top-center",
    "duration": 1500
  },
  "proxy": {
    "/albumapis/": {
      "target": "https://undefined/"
    },
    "/api-kernel/": {
      "target": "https://undefined/"
    }
  },
  "build": {
    "styleResources": {},
    "babel": {
      "plugins": [
        "transform-remove-console"
      ],
      "cacheDirectory": true,
      "configFile": false,
      "babelrc": false
    },
    "cache": true,
    "uglify": {
      "uglifyOptions": {
        "compress": true
      },
      "cache": true
    },
    "postcss": {
      "plugins": {
        "postcss-url": false,
        "postcss-nested": {},
        "postcss-responsive-type": {},
        "postcss-hexrgba": {}
      },
      "preset": {
        "autoprefixer": {
          "grid": true
        }
      },
      "postcssOptions": {}
    },
    "plugins": [],
    "publicPath": "/_nuxt/",
    "quiet": false,
    "analyze": false,
    "profile": false,
    "extractCSS": false,
    "cssSourceMap": false,
    "ssr": true,
    "parallel": false,
    "standalone": false,
    "serverURLPolyfill": "url",
    "filenames": {},
    "loaders": {
      "file": {
        "esModule": false
      },
      "fontUrl": {
        "esModule": false,
        "limit": 1000
      },
      "imgUrl": {
        "esModule": false,
        "limit": 1000
      },
      "pugPlain": {},
      "vue": {
        "transformAssetUrls": {
          "video": "src",
          "source": "src",
          "object": "src",
          "embed": "src"
        },
        "productionMode": true
      },
      "css": {
        "esModule": false,
        "modules": {
          "compileType": "icss"
        },
        "sourceMap": false
      },
      "cssModules": {
        "esModule": false,
        "modules": {
          "localIdentName": "[local]_[hash:base64:5]"
        },
        "sourceMap": false
      },
      "less": {
        "sourceMap": false
      },
      "sass": {
        "sassOptions": {
          "indentedSyntax": true
        },
        "sourceMap": false
      },
      "scss": {
        "sourceMap": false
      },
      "stylus": {
        "sourceMap": false
      },
      "vueStyle": {
        "sourceMap": false
      }
    },
    "terser": {},
    "hardSource": false,
    "aggressiveCodeRemoval": false,
    "optimizeCSS": false,
    "optimization": {
      "runtimeChunk": "single",
      "minimize": true,
      "splitChunks": {
        "chunks": "all",
        "automaticNameDelimiter": "/",
        "cacheGroups": {}
      }
    },
    "splitChunks": {
      "layouts": false,
      "pages": true,
      "commons": true
    },
    "corejs": "auto",
    "transpile": [],
    "html": {
      "minify": {
        "collapseBooleanAttributes": true,
        "decodeEntities": true,
        "minifyCSS": true,
        "minifyJS": true,
        "processConditionalComments": true,
        "removeEmptyAttributes": true,
        "removeRedundantAttributes": true,
        "trimCustomFragments": true,
        "useShortDoctype": true
      }
    },
    "templates": [
      {
        "src": "/data/serviceroot/xkwsite-album/node_modules/@nuxtjs/axios/lib/plugin.js",
        "dst": "axios.js",
        "options": {
          "credentials": true,
          "debug": false,
          "progress": true,
          "proxyHeaders": true,
          "proxyHeadersIgnore": [
            "accept",
            "host",
            "cf-ray",
            "cf-connecting-ip",
            "content-length",
            "content-md5",
            "content-type",
            "host"
          ],
          "proxy": false,
          "retry": false,
          "https": false,
          "headers": {
            "common": {
              "Accept": "application/json, text/plain, */*"
            },
            "delete": {},
            "get": {},
            "head": {},
            "post": {},
            "put": {},
            "patch": {}
          },
          "globalName": "nuxt"
        }
      },
      {
        "src": "/data/serviceroot/xkwsite-album/node_modules/@nuxtjs/toast/plugin.js",
        "dst": "toast.js",
        "options": {
          "toastOptions": {
            "position": "top-center",
            "duration": 1500
          }
        }
      }
    ],
    "watch": [],
    "devMiddleware": {
      "stats": "none"
    },
    "hotMiddleware": {},
    "stats": {
      "excludeAssets": [
        {},
        {},
        {}
      ]
    },
    "friendlyErrors": true,
    "additionalExtensions": [],
    "warningIgnoreFilters": [],
    "followSymlinks": false,
    "loadingScreen": false,
    "indicator": false,
    "_publicPath": "/_nuxt/"
  },
  "dev": false,
  "__normalized__": true,
  "globalName": "nuxt",
  "rootDir": "/data/serviceroot/xkwsite-album",
  "vue": {
    "config": {
      "silent": true,
      "performance": false
    }
  },
  "vueMeta": null,
  "fetch": {
    "server": true,
    "client": true
  },
  "extendPlugins": null,
  "layouts": {},
  "ErrorPage": null,
  "loadingIndicator": {
    "name": "default",
    "color": "#D3D3D3",
    "color2": "#F5F5F5",
    "background": "white",
    "dev": false,
    "loading": "Loading..."
  },
  "pageTransition": {
    "name": "page",
    "mode": "out-in",
    "appear": false,
    "appearClass": "appear",
    "appearActiveClass": "appear-active",
    "appearToClass": "appear-to"
  },
  "layoutTransition": {
    "name": "layout",
    "mode": "out-in"
  },
  "features": {
    "store": true,
    "layouts": true,
    "meta": true,
    "middleware": true,
    "transitions": true,
    "deprecations": true,
    "validate": true,
    "asyncData": true,
    "fetch": true,
    "clientOnline": true,
    "clientPrefetch": true,
    "componentAliases": true,
    "componentClientOnly": true
  },
  "test": false,
  "debug": false,
  "env": {},
  "target": "server",
  "ssr": true,
  "mode": "universal",
  "_modules": [
    "@nuxt/components"
  ],
  "globals": {},
  "serverMiddleware": [
    {
      "prefix": false
    },
    {
      "prefix": false
    }
  ],
  "_nuxtConfigFile": "/data/serviceroot/xkwsite-album/nuxt.config.js",
  "srcDir": "/data/serviceroot/xkwsite-album",
  "buildDir": "/data/serviceroot/xkwsite-album/.nuxt",
  "modulesDir": [
    "/data/serviceroot/xkwsite-album/server/node_modules",
    "/data/serviceroot/xkwsite-album/node_modules",
    "/data/serviceroot/node_modules",
    "/data/node_modules",
    "/node_modules"
  ],
  "dir": {
    "assets": "assets",
    "app": "app",
    "layouts": "layouts",
    "middleware": "middleware",
    "pages": "pages",
    "static": "static",
    "store": "store"
  },
  "extensions": [
    "js",
    "mjs"
  ],
  "styleExtensions": [
    "css",
    "pcss",
    "postcss",
    "styl",
    "stylus",
    "scss",
    "sass",
    "less"
  ],
  "alias": {
    "~~": "/data/serviceroot/xkwsite-album",
    "@@": "/data/serviceroot/xkwsite-album",
    "~": "/data/serviceroot/xkwsite-album",
    "@": "/data/serviceroot/xkwsite-album",
    "assets": "/data/serviceroot/xkwsite-album/assets",
    "static": "/data/serviceroot/xkwsite-album/static"
  },
  "ignorePrefix": "-",
  "ignore": [
    "**/*.test.*",
    "**/*.spec.*",
    "**/-*.*"
  ],
  "watch": [
    "/data/serviceroot/xkwsite-album/nuxt.config.js"
  ],
  "watchers": {
    "webpack": {
      "aggregateTimeout": 1000
    },
    "chokidar": {
      "ignoreInitial": true
    }
  },
  "hooks": null,
  "privateRuntimeConfig": {},
  "publicRuntimeConfig": {
    "_app": {
      "basePath": "/",
      "assetsPath": "/_nuxt/",
      "cdnURL": null
    }
  },
  "messages": {
    "loading": "Loading...",
    "error_404": "This page could not be found",
    "server_error": "Server error",
    "nuxtjs": "Nuxt",
    "back_to_home": "Back to the home page",
    "server_error_details": "An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.",
    "client_error": "Error",
    "client_error_details": "An error occurred while rendering the page. Check developer tools console for details."
  },
  "modes": {
    "universal": {
      "build": {
        "ssr": true
      },
      "render": {
        "ssr": true
      }
    },
    "spa": {
      "build": {
        "ssr": false
      },
      "render": {
        "ssr": false
      }
    }
  },
  "router": {
    "mode": "history",
    "base": "/",
    "routes": [],
    "routeNameSplitter": "-",
    "middleware": [],
    "linkActiveClass": "nuxt-link-active",
    "linkExactActiveClass": "nuxt-link-exact-active",
    "linkPrefetchedClass": false,
    "extendRoutes": null,
    "scrollBehavior": null,
    "parseQuery": false,
    "stringifyQuery": false,
    "fallback": false,
    "prefetchLinks": true,
    "prefetchPayloads": true
  },
  "cli": {
    "badgeMessages": [],
    "bannerColor": "green"
  },
  "generate": {
    "dir": "/data/serviceroot/xkwsite-album/dist",
    "routes": [],
    "exclude": [],
    "concurrency": 500,
    "ignoreEnv": false,
    "interval": 0,
    "subFolders": true,
    "fallback": "200.html",
    "crawler": true,
    "manifest": true,
    "nojekyll": true,
    "cache": {
      "ignore": [],
      "globbyOptions": {
        "gitignore": true
      }
    },
    "staticAssets": {
      "base": "/_nuxt/static",
      "versionBase": "/_nuxt/static/1710224135",
      "dir": "static",
      "version": "1710224135"
    }
  },
  "_nuxtConfigFiles": [
    "/data/serviceroot/xkwsite-album/nuxt.config.js"
  ],
  "appTemplatePath": "/data/serviceroot/xkwsite-album/app.html",
  "store": true,
  "app": {
    "basePath": "/",
    "assetsPath": "/_nuxt/",
    "cdnURL": null
  }
}