在导入js或者样式表的时候:
一个点:表示当前目录。如:import './assets/css/main.css'
两个点:表示当前目录的上级目录。如:import { BASE_URL } from '../api/config'