公安-文件审批项目

zhengkaixin de4ccfdf29 小屏幕适配 3 years ago
config 0be1840e9b 测试 3 years ago
index a5842991e4 能源中心 3 years ago
src de4ccfdf29 小屏幕适配 3 years ago
.env.development 5ffad63a53 优化部分 3 years ago
.env.production 12c8115cd4 停车收费功能完善修正 4 years ago
.env.test 2d3a0a085a Https 测试环境不需要切换 3 years ago
.gitignore 32391dfab7 Xpgj 3 years ago
README.md 7473c4e5dd 说明 4 years ago
babel.config.js feba1a19e3 小鹏管家基础物料 4 years ago
package.json 44a47b6116 调整 3 years ago
vue.config.js feba1a19e3 小鹏管家基础物料 4 years ago
yarn.lock 44a47b6116 调整 3 years ago

README.md

jp-xpgj 小鹏管家

项目描述

分不同的应用场景,不同的应用场景可以分开布署,分开打包,分开测试,可以共用组件,但要共用storage数据,以供不同场景相同用户互联互通

项目设置

yarn install

本地开发环境启动,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jserve [project]
yarn jserve business
yarn jserve home
yarn jserve pension

生成环境打包,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jbuild [project]
yarn jbuild business
yarn jbuild home
yarn jbuild pension

测试环境打包,其中[project]为不同应用场景标识/src/projects文件夹中

yarn jtest [project]
yarn jtest business
yarn jtest home
yarn jtest pension

更多配置

  • 微信模板消息示例:具体页面?exchange=1&token=[token]&role_id=[role_id]
  • 参考 Configuration Reference.