1 Star 0 Fork 24

ycdng/uni-app音乐书库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
burtyang 提交于 2018-12-14 13:48 . 我的电子音乐
const host = 'https://www.burtyang.top:8080/';
//搜索接口
const songsearchUrl = `${host}songsearch`;
//获取歌曲接口
const playUrl = `${host}play`;
//搜索框关键词提示接口
const searchTipUrl = `${host}searchtip`;
//书库接口
const host1 = 'https://www.burtyang.top:8081';
const loginUrl = `${host1}/api/login`;
const addBookUrl = `${host1}/api/addbook`;
const bookListUrl = `${host1}/api/booklist`;
const bookDetailUrl = `${host1}/api/bookdetail`;
const bookTopUrl = `${host1}/api/booktop`;
const bookAddComment = `${host1}/api/bookaddcomment`;
const bookCommentList = `${host1}/api/bookcommentlist`;
module.exports = {
songsearchUrl,
playUrl,
searchTipUrl,
loginUrl,
addBookUrl,
bookListUrl,
bookDetailUrl,
bookTopUrl,
bookAddComment,
bookCommentList
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangcd_535/uniapp_music_library.git
git@gitee.com:yangcd_535/uniapp_music_library.git
yangcd_535
uniapp_music_library
uni-app音乐书库
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385