DESKTOP-SVI9JE1\muzen 1 anno fa
parent
commit
4880a023a4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/api/store/list.js

+ 1 - 1
src/api/store/list.js

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