提交 c504b9fb 编写于 作者: D DCloud_LXH

chore: remove console and comments

上级 14fa80dd
......@@ -6,7 +6,6 @@ const createSidebar = require('./markdown/createSidebar')
const tabs = ['/uniCloud/', '/plugin/', '/worktile/', '/tutorial/', '/collocation/', '/component/', '/api/', '/']
const config = {
// base: '/docs/',
// TODO use theme
title: 'uni-app官网',
head: [
......@@ -72,12 +71,4 @@ const config = {
}
}
module.exports = config
/**
* 1. 路由映射:由于文档文件变动,将之前的链接重定向到新的链接
* 2. 修复文档渲染错误的 Bug
* 3. 搜索 配置更新
* 4. 更新 slugify 配置规则
* 5. 合并文档
*/
\ No newline at end of file
module.exports = config
\ No newline at end of file
......@@ -296,7 +296,6 @@
this.$refs.container.getBoundingClientRect().bottom;
if (bottom > 0) {
const preBottom = parseFloat(this.$refs.container.style.bottom);
console.log('🚀 ~ file: Footer.vue ~ line 296 ~ this.$nextTick ~ preBottom', preBottom);
this.$refs.container.style.position = 'relative';
this.$refs.container.style.bottom = `-${bottom}px`;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册