全部板块左边需要溢出,详情页的提示框需要页面居中
This commit is contained in:
11
src/utils/bizarreUrl.js
Normal file
11
src/utils/bizarreUrl.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// 稀奇古怪的url 都是一些写固定的 url 不确定什么时候修改
|
||||
|
||||
// 帖子发布的链接 在头部弹出栏 首页上下角使用
|
||||
const invitationPost = "https://www.gter.net/bbs/post.html"
|
||||
|
||||
// 投币帖子不够寄托币的
|
||||
const coinNo = "https://bbs.gter.net/thread-2543548-1-1.html"
|
||||
|
||||
|
||||
|
||||
export { invitationPost, coinNo }
|
||||
Reference in New Issue
Block a user