仪表盘
版本库
文件存储
活动
搜索
登录
hy
/
vue_mdc_hyjs
航宇救生前端代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
设备调拨设置固定宽度,解决页面出现无表头空白列的情况
hyingbo
2 天以前
92b53ccbfafdec9b5f27a0ec0a09ff051bdc6d21
[hy/vue_mdc_hyjs.git]
/
src
/
api
/
index.js
1
2
3
4
5
6
7
8
9
10
const api = {
Login: '/sys/login',
Logout: '/sys/logout',
ForgePassword: '/auth/forge-password',
Register: '/auth/register',
SendSms: '/account/sms',
// get my info
UserInfo: '/user/info'
}
export default api