//报错 Module build failed: Duplicate declaration "start" 重复声明 start 这个变量 原因 使用const 时候没有注意到已经const 声明过 换成let或者换个名字就OK