摘要: devServer: { proxy: { '/api': { target: process.env.VUE_APP_API_URL, //根据serve build test 不同命令进行不同的更换 changeOrigin: true, logLevel: 'debug', //查看代理地址日 阅读全文
posted @ 2022-01-29 14:57 热心市民宗某§ 阅读(16) 评论(0) 推荐(0)
摘要: //开发环境配置 .env.developmentNODE_ENV = 'development'VUE_APP_MODE = 'development'VUE_APP_API_HOST = ''VUE_APP_API_URL = 'http://172.16.30.196:1100' //生产环境 阅读全文
posted @ 2022-01-29 14:54 热心市民宗某§ 阅读(27) 评论(0) 推荐(0)
摘要: $ git config --global --replace-all user.name "要修改的用户名" $ git config --global --replace-all user.email"要修改的邮箱" $ git config --global --replace-all use 阅读全文
posted @ 2022-01-29 10:03 热心市民宗某§ 阅读(1833) 评论(0) 推荐(0)