Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
81093c044f4fcb27ed9db87ff1518e2d1b5cb379
Authored by
ly525
2020-01-11 15:02:26 +0800
1 parent
ac191429
fix: #59
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/utils/strapi.js
front-end/h5/src/utils/strapi.js
View file @
81093c0
1
1
import Strapi from 'strapi-sdk-javascript'
2
2
3
-// TODO 通过 env 来配置后端 URL 等信息
4
3
const strapi = new Strapi()
5
4
6
5
export default strapi
...
...