JinxChen 1cd95cdefb 修复 构建多页面失败的问题 | hace 2 años | |
---|---|---|
nginx | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
tests/unit | hace 2 años | |
.browserslistrc | hace 2 años | |
.env.development | hace 2 años | |
.env.production | hace 2 años | |
.env.test | hace 2 años | |
.eslintrc.js | hace 2 años | |
.gitignore | hace 2 años | |
.postcssrc.js | hace 2 años | |
Dockerfile | hace 2 años | |
README.md | hace 2 años | |
antpay_frontend_web_run.sh | hace 2 años | |
babel.config.js | hace 2 años | |
jest.config.js | hace 2 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
setup_development.sh | hace 2 años | |
setup_production.sh | hace 2 años | |
setup_test.sh | hace 2 años | |
vue.config.js | hace 2 años |
npm install
npm run dev
npm run build
运行成功后 本地调试首次进入会进入到 http://localhost:8080/#/404 404页面
因为当前url还没有参数, 此时需要手动在url后面添加需要的参数,
例子: http://localhost:8080/#/index?goodsNo=889&userId=1
其中 goodsNo是商品的no, userId是用户的id, 这两个参数后面接口都会用到
以上在线上环境不需要配置,因为二维码会自动把这两个参数添加上去
。
2022.02.23
build
2022.02.25
feature
2022.03.04
feature
2022.05.09
feature
2022.05.10
feature
2022.05.11
feature