Commit 72251462 by hank

修复启动页bug

parent 1d9534e4
...@@ -185,6 +185,7 @@ export default { ...@@ -185,6 +185,7 @@ export default {
anime({ anime({
targets: this.$refs["lunzi"], targets: this.$refs["lunzi"],
translateX: ["-50%", 0], translateX: ["-50%", 0],
translateY: "0px",
scale: [0, 1], scale: [0, 1],
translateZ: [-1000, 0], translateZ: [-1000, 0],
// rotateY: [0, 360], // rotateY: [0, 360],
......
...@@ -52,7 +52,7 @@ module.exports = { ...@@ -52,7 +52,7 @@ module.exports = {
//添加代码压缩工具,及设置生产环境自动删除console //添加代码压缩工具,及设置生产环境自动删除console
new UglifyJsPlugin({ new UglifyJsPlugin({
uglifyOptions: { uglifyOptions: {
}, },
sourceMap: false, sourceMap: false,
parallel: true, parallel: true,
......
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 sign in to comment