@@ -1,7 +1,7 @@ | |||||
<!-- | <!-- | ||||
* @Date: 2022-01-19 10:08:58 | * @Date: 2022-01-19 10:08:58 | ||||
* @LastEditors: JinxChen | * @LastEditors: JinxChen | ||||
* @LastEditTime: 2022-02-25 15:15:16 | |||||
* @LastEditTime: 2022-02-25 15:28:25 | |||||
* @FilePath: \AntpayFrontEnd\README.md | * @FilePath: \AntpayFrontEnd\README.md | ||||
* @description: readme说明文档 | * @description: readme说明文档 | ||||
--> | --> | ||||
@@ -51,4 +51,6 @@ build | |||||
- 完成 项目迁移 从documentFrontEndWeb 到 AlipayFrontendWeb | - 完成 项目迁移 从documentFrontEndWeb 到 AlipayFrontendWeb | ||||
- 增加 docker部署脚本 | - 增加 docker部署脚本 | ||||
- 增加 环境设置脚本 | - 增加 环境设置脚本 | ||||
- 增加 nginx.conf文件 | |||||
- 增加 nginx.conf文件 | |||||
fix | |||||
- 修复 路由history模式原因引起的页面空白的问题 |
@@ -1,8 +1,8 @@ | |||||
/* | /* | ||||
* @Date: 2022-01-19 10:08:26 | * @Date: 2022-01-19 10:08:26 | ||||
* @LastEditors: JinxChen | * @LastEditors: JinxChen | ||||
* @LastEditTime: 2022-02-23 17:36:30 | |||||
* @FilePath: \AlipayFrontEnd\src\router\index.js | |||||
* @LastEditTime: 2022-02-25 15:26:05 | |||||
* @FilePath: \AntpayFrontEnd\src\router\index.js | |||||
* @description: | * @description: | ||||
*/ | */ | ||||
import Vue from "vue"; | import Vue from "vue"; | ||||
@@ -23,7 +23,7 @@ const routes = [ | |||||
]; | ]; | ||||
const router = new VueRouter({ | const router = new VueRouter({ | ||||
mode: "history", | |||||
//mode: "history", | |||||
base: process.env.BASE_URL, | base: process.env.BASE_URL, | ||||
routes, | routes, | ||||
}); | }); | ||||