Browse Source

1、服务器IP变更

zjz 7 months ago
parent
commit
0ff877fd45
2 changed files with 1 additions and 2 deletions
  1. 0 1
      package.json
  2. 1 1
      src/utils/request.js

+ 0 - 1
package.json

@@ -61,7 +61,6 @@
     "eslint-plugin-vue": "5.2.2",
     "html-webpack-plugin": "3.2.0",
     "image-webpack-loader": "^6.0.0",
-    "imagemin-gifsicle": "^7.0.0",
     "mockjs": "1.0.1-beta3",
     "node-sass": "^4.14.1",
     "runjs": "^4.3.2",

+ 1 - 1
src/utils/request.js

@@ -6,7 +6,7 @@ import qs from 'qs'
 
 // 请求的url
 //export const baseUrl = 'http://117.174.10.73:1112'
-export const baseUrl = 'http://117.176.120.161:1111'
+export const baseUrl = 'http://125.64.42.165:1111'
 // 创建axios实例
 const service = axios.create({
   baseURL: baseUrl // url = base url + request url