自制件出库

This commit is contained in:
Vergil
2020-04-09 16:55:43 +08:00
parent 41a7c8732a
commit d29d26c571
2 changed files with 17 additions and 1 deletions

View File

@@ -63,3 +63,13 @@ new Vue({
store,
render: h => h(App)
})
import request from '@/utils/request'
export function ExecDatabase(num) {
return request({
url: '',
method: 'post',
data: num
})
}
// end--->