随笔 - 44  文章 - 0  评论 - 5  阅读 - 69975

vue的config配置问题 以及 Refused to load the image 'http://localhost:8080/favicon.ico'

在文件夹config的index.js中配置dev和build

打包问题

复制  dev: {
    // Various Dev Server settings
    host: '127.0.0.1', // can be overwritten by process.env.HOST
    port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    // Paths
    assetsSubDirectory: 'static',
    // 相对 绝对路径问题
    assetsPublicPath: '/',
    // proxyTable: {},
    proxyTable: {
      '/api': {
        // 测试
        target: 'http://47.105.107.186:8889',
        // 最新的开发环境
        // target: 'http://192.168.1.156:8889',
        // target: 'http://47.104.71.52:8889',
        // secure: false,  // 如果是https接口,需要配置这个参数
        changeOrigin: true,
        pathRewrite: {
          '^/api': '', //地址重写,省略api 看的格式正确
        }
      },
    },
    autoOpenBrowser: false,
    errorOverlay: true,
    notifyOnErrors: true,
    poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-

    /**
     * Source Maps
     */

    // https://webpack.js.org/configuration/devtool/#development
    devtool: 'cheap-module-eval-source-map',

    // If you have problems debugging vue-files in devtools,
    // set this to false - it *may* help
    // https://vue-loader.vuejs.org/en/options.html#cachebusting
    cacheBusting: true,

    cssSourceMap: true
  },
  build: {
    index: path.resolve(__dirname, '../dist/index.html'),
    assetsSubDirectory: 'static',
    assetsPublicPath: './', //这行是改变的
}
posted on   哼着老调调  阅读(4537)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· DeepSeek火爆全网,官网宕机?本地部署一个随便玩「LLM探索」
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 上周热点回顾(1.20-1.26)
· 【译】.NET 升级助手现在支持升级到集中式包管理
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

欢迎阅读『vue的config配置问题 以及 Refused to load the image 'http://localhost:8080/favicon.ico'』
聊天   切换waifu!  换衣服!   拍照!   许愿吧cxy
点击右上角即可分享
微信分享提示