import city from ’@/page/’ + 变量 + ’.vue’
https://es6.ruanyifeng.com/#docs/module#import
import city from `@/page/${变量}.vue`;