mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
10 lines
177 B
JavaScript
10 lines
177 B
JavaScript
import myaxios from '@/util/myaxios'
|
|
export default {
|
|
getMould() {
|
|
return myaxios({
|
|
url: '/Mould/GetMould',
|
|
method: 'get'
|
|
})
|
|
}
|
|
|
|
} |