前置条件
用例步骤
编号 | 步骤 | 预期 |
---|---|---|
1 | 前端更改.env.production, VUE_APP_EXACT_POSITION_HOST = 'http://192.168.10.215:80' url 地址为清研服务所在地址 | 影响ws地址 |
2 | personposition-ui\src\views 文件夹内index.vue,解除注释indexPath = './index-newMap' | 首页显示的地图类型 |
3 | .\personposition-ui\src\components\Breadcrumb 文件夹内 index.vue,解除注释matched = [{ path: '/index-newMap', meta: { title: '首页' }}].concat(matched) | 其他页面跳转首页链接 |