添加其他数据/完善其他功能

This commit is contained in:
2023-07-06 21:51:28 +08:00
parent 5d0c1856a4
commit 18c6e28ba7
11 changed files with 90533 additions and 66 deletions

View File

@@ -8,12 +8,12 @@ module.exports = {
// 关闭语法检查
lintOnSave:false,
devServer: {
host: 'localhost', // 本地域名/ip地址
port: '8080', // 端口号
// host: 'localhost', // 本地域名/ip地址
// port: '8080', // 端口号
proxy: {
'/api': {
//后端接口的baseurl
target: 'http://localhost/helloGithub_war_exploded/',
target: 'https://api.github.com/repos',
//是否允许跨域
changeOrigin: true,
pathRewrite: {