mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 13:16:39 +08:00
头像上传功能、性别选择
This commit is contained in:
10
Yi.Vue2.x.Vuetify/src/api/mouldApi.js
Normal file
10
Yi.Vue2.x.Vuetify/src/api/mouldApi.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import myaxios from '@/util/myaxios'
|
||||
export default {
|
||||
getMould() {
|
||||
return myaxios({
|
||||
url: '/Mould/GetMould',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user