Commit 05e671ca by tang

feat: 添加定制服务和条码图书接口

parent 00bb50ec
...@@ -19,12 +19,14 @@ import home from "./module/home.js" ...@@ -19,12 +19,14 @@ import home from "./module/home.js"
import org from "./module/org.js" import org from "./module/org.js"
import business from "./module/business.js" import business from "./module/business.js"
import search from "./module/search.js" import search from "./module/search.js"
import service from "./module/service.js"
const api = { const api = {
home, home,
org, org,
business, business,
search, search,
service,
getCaptcha, getCaptcha,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment