| .gitignore | ●●●●● patch | view | raw | blame | history | |
| .husky/.gitignore | ●●●●● patch | view | raw | blame | history | |
| src/utils/request.js | ●●●●● patch | view | raw | blame | history |
.gitignore
@@ -1,4 +1,4 @@ node_modules dist .zip *.zip .rar .husky/.gitignore
New file @@ -0,0 +1 @@ _ src/utils/request.js
@@ -8,7 +8,8 @@ // 创建 axios 实例 const request = axios.create({ // API 请求的默认前缀 baseURL: 'http://192.168.10.8:8091/', // baseURL: 'http://192.168.10.8:8091/', baseURL: 'https://api.fidelityio.com/', // baseURL: process.env.VUE_APP_API_BASE_URL, // content-type: application/x-www-form-urlencoded headers: {