随笔分类 - vue2
摘要:html部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" cont
阅读全文
摘要:正向代理配置 环境配置文件 .env.development ENV = 'development' VUE_APP_BASE_API="/dev-api" vue配置文件 vue.config.js devServer: { proxy:'http://localhost:8080'//所有的接口
阅读全文
摘要:引用掘金文章:https://juejin.cn/post/6844903561017425927#heading-2
阅读全文