liuhj 11 months ago
parent
commit
c669f2ed89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -26,7 +26,7 @@ Vue.prototype.$cookie = cookie;  //配置时候prototype.$这里的名字自己
 
 Vue.use(VueTypedJs)
 import axios from 'axios';
-axios.defaults.baseURL = 'http://132.232.92.186:8080';
+axios.defaults.baseURL = 'http://132.232.92.186:8888';
 //axios.defaults.baseURL = 'http://localhost:5256/';
 import { Message } from "element-ui";