Commit ac063ff0 by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into dev

# Conflicts:
#	src/api/api.js
parents 4c59de70 b461a080
......@@ -15,6 +15,8 @@ import { Message } from 'element-ui';
Vue.use(VueAxios, axios);
Vue.axios.defaults.withCredentials = true; // cookie访问
Vue.axios.defaults.headers.common['platform'] = 'haoban';
Vue.axios.defaults.timeout = 500000;
let local = window.location.origin;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment