Browse Source

调整解析单词显示

wangxy 1 month ago
parent
commit
bee36f242a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      api/chanpinShuxue.js

+ 12 - 0
api/chanpinShuxue.js

@@ -0,0 +1,12 @@
+import request from '@/utils/request'
+export function getShuxueChanpinList(data = {}) {
+    return request({
+        'url': '/app/shuxue/chanpin/list',
+        headers: {
+            isToken: true
+        },
+        method: 'post',
+        data,
+        timeout: 20000
+    })
+}