惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
V
Vulnerabilities – Threatpost
Security Latest
Security Latest
AI
AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
H
Help Net Security
Attack and Defense Labs
Attack and Defense Labs
The GitHub Blog
The GitHub Blog
L
LINUX DO - 最新话题
A
Arctic Wolf
博客园_首页
S
Securelist
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Cyberwarzone
Cyberwarzone
小众软件
小众软件
T
Threatpost
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Blog — PlanetScale
Blog — PlanetScale
N
News and Events Feed by Topic
NISL@THU
NISL@THU
Forbes - Security
Forbes - Security
博客园 - 聂微东
F
Fortinet All Blogs
Simon Willison's Weblog
Simon Willison's Weblog
H
Heimdal Security Blog
罗磊的独立博客
S
Security @ Cisco Blogs
B
Blog
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
The Hacker News
The Hacker News
The Last Watchdog
The Last Watchdog
Hacker News - Newest:
Hacker News - Newest: "LLM"
I
Intezer
T
Threat Research - Cisco Blogs
C
Cybersecurity and Infrastructure Security Agency CISA
The Cloudflare Blog
S
Schneier on Security
月光博客
月光博客
L
LINUX DO - 热门话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org

Hyde Blog

Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog 关于我 关于我 Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog Hyde Blog
Hyde Blog
Hyde · 2025-10-05 · via Hyde Blog

目前遇到的问题 ​

头像和背景上传失败:undefined ​

预期效果,可以在https://admin.seasir.top/blog/info上传头像和背景~

  • 环境:

    http://192.168.80.128:81/blog/info

    请求网址:

    http://192.168.80.128:8088/api/websiteInfo/upload/avatar

    请求方法:POST

    状态代码:404 Not Found

    远程地址:192.168.80.128:8088

    http://111.229.208.160:8083/

    http://192.168.80.128:8088/api/websiteInfo/upload/avatar

    引荐来源网址政策:

    strict-origin-when-cross-origin

    https://admin.seasir.top/blog/info

    http://192.168.80.128:8088/api/websiteInfo/upload/avatar

    引荐来源网址政策:

    strict-origin-when-cross-origin

  • 后端Minio配置:

    yml

    # 连接 minio
    minio:
      # 访问地址
      // highlight-next-line
      endpoint: https://minio.seasir.top
      ...
      # 桶名称
      bucketName: blog
  • blog-frontend/kuailemao-admin/.env.development开发环境配置:

    bash

    # 开发环境
    # 后端地址
    VITE_APP_BASE_URL=http://localhost:8088
    # 代理前缀
    VITE_APP_BASE_API=/api
    # 前台域名地址
    VITE_APP_DOMAIN_NAME_FRONT=http://localhost:99
    # 名称
    VITE_GLOB_APP_TITLE="Ruyu-Blog"
    # 是否显示侧边配置按钮
    VITE_APP_PROD=true
  • blog-frontend/kuailemao-admin/.env.production生产环境配置:

    bash

    # 生产环境
    # 后端地址
    VITE_APP_BASE_URL=http://192.168.80.128:8088
    # 代理前缀
    VITE_APP_BASE_API=/api
    # 前台域名地址
    VITE_APP_DOMAIN_NAME_FRONT=http://192.168.80.128:80
    # 名称
    VITE_GLOB_APP_TITLE="Ruyu-Blog"
    # 是否显示侧边配置按钮
    VITE_APP_PROD=true
  • 临时解决方案:

    本地启动去上传头像和背景