style:布局样式得确定
Showing
6 changed files
with
51 additions
and
21 deletions
-
Please register or sign in to post a comment
import Vue from 'vue' | ||
import request from '@/utils/request' | ||
console.log(Vue.prototype, Vue.prototype.BASE_API); | ||
import SERVER from './config' | ||
// 获取用户信息 | ||
export function getUserInfo () { | ||
... | ... |