@@ -30,7 +30,7 @@ export function detail(data) {
export function submit(data) {
return request({
url: `/store/store/add`,
- method: post,
+ method: 'post',
data,
});
}