认证通展示页面(新版本)

zhengjinyi 3c715cb411 ROSS 机构导航 3 tygodni temu
.vscode 3bd82289cd 完成机构修改需求 2 lat temu
apis 36283eab8f 修复pc端路径跳转问题 2 lat temu
assets de0cac8772 修改部分内容 2 miesięcy temu
components f50372d6ac 页面优化 2 lat temu
configs 111a70df30 增加asbl 11 miesięcy temu
layouts 111a70df30 增加asbl 11 miesięcy temu
middleware c7f9c9bccf 设备参数列表样式调整 2 lat temu
mixins 111a70df30 增加asbl 11 miesięcy temu
pages 3c715cb411 ROSS 机构导航 3 tygodni temu
plugins 86c6fca35d updated 1 rok temu
static f50372d6ac 页面优化 2 lat temu
store 11d1a4b826 v1.7.5版本bug修改 2 lat temu
utils f50372d6ac 页面优化 2 lat temu
.editorconfig f5b9034825 页面重构 3 lat temu
.env.development 09f9598219 恢复ROSS 机构地址显示 3 tygodni temu
.env.production fffdf558d7 认证通v1.7.5版本页面绘制 2 lat temu
.env.staging fffdf558d7 认证通v1.7.5版本页面绘制 2 lat temu
.gitignore fa54b50957 v1.7版本接口调试 2 lat temu
.prettierignore f5b9034825 页面重构 3 lat temu
.prettierrc c7f9c9bccf 设备参数列表样式调整 2 lat temu
README.md 8fc068e554 说明文件修改 3 lat temu
cert.crt 6bef6cd8eb 配置本地https 2 lat temu
cert.key 6bef6cd8eb 配置本地https 2 lat temu
deploy.sh 92a7375e16 bug修改 3 lat temu
generate.js 8f3710435a 测试bug修改 3 lat temu
jsconfig.json f5b9034825 页面重构 3 lat temu
nuxt.config.js 66199af0c7 updated:隐藏手机号码 1 rok temu
package-lock.json 86c6fca35d updated 1 rok temu
package.json 86c6fca35d updated 1 rok temu
pm2.config.js 66199af0c7 updated:隐藏手机号码 1 rok temu
pnpm-lock.yaml 86c6fca35d updated 1 rok temu
yarn.lock 86c6fca35d updated 1 rok temu

README.md

caimei-authentic-www

项目构建初始化

# 下载安装依赖
$ npm install

# 开发热重载
$ npm run dev

# 发布上线
$ npm run build:[mode]
$ npm run start:[mode]

# 生成静态化
$ npm run generate:[mode]

页面访问路由规则

https://zp.caimei365.com/:供应商id/:模板名称

  1. 现有模板:

app:默认应用模板 ldm:ldm 定制化模板

例一:https://zp.caimei365.com/102/app 访问供应商 id 为 102 的认证通页面,使用默认模板 例二:https://zp.caimei365.com/103/ldm 访问供应商 id 为 103 的认证通页面,使用 ldm 模板

使用技术栈

基于服务端的页面渲染 nuxt.js vue2.0

阅读相关文档

nuxtjs vue2.x