Commit 72251462 by hank

修复启动页bug

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