114 lines
2.9 KiB
Markdown
114 lines
2.9 KiB
Markdown
## 运行程序
|
||
|
||
1. 安装依赖
|
||
|
||
```shell
|
||
# pnpm
|
||
pnpm i
|
||
```
|
||
|
||
2. 运行程序
|
||
|
||
```shell
|
||
# 微信小程序端(开发模式)
|
||
pnpm dev:mp-weixin
|
||
|
||
# 微信小程序端(生产模式)
|
||
pnpm build:mp-weixin
|
||
```
|
||
```shell
|
||
3. 微信开发者工具导入
|
||
|
||
`/dist/dev/mp-weixin` 或 `/dist/build/mp-weixin` 目录
|
||
```
|
||
|
||
```shell
|
||
4. 接口域名
|
||
https:://apis.haibao.shop
|
||
```
|
||
```shell
|
||
5. 图片域名
|
||
前期 暂时 https://apis.haibao.shop ; 后期改成 https://oss.haibao.shop
|
||
```
|
||
|
||
```shell
|
||
6. 接口文档
|
||
https:://apis.haibao.shop/apidoc
|
||
```
|
||
|
||
```shell
|
||
7. UI 框架
|
||
https://wot-design-uni.cn/ 和 https://unibest.tech/
|
||
```
|
||
|
||
```shell
|
||
8. 小程序appid
|
||
wxfd7d85cf2619b249
|
||
```
|
||
|
||
```shell
|
||
9. uniapp APPID
|
||
__UNI__CF6C90B
|
||
```
|
||
|
||
```shell
|
||
10. 蓝湖设计稿
|
||
|
||
(https://lanhuapp.com/link/#/ 分享人: yishanglangu团队名称: 海保世贸的团队的团队相关项目: 国际保税贸易系统链接有效期: 长期)
|
||
```
|
||
|
||
```shell
|
||
11. 远程在线协作文档
|
||
[腾讯的] (https://www.tapd.cn/tapd_fe/55592674/storywall)
|
||
```
|
||
|
||
```shell
|
||
12. PC端首页 https://www.haibao.shop
|
||
13. 后台地址 https://apis.haibao.shop/index.html#/admin
|
||
14. 部分原型 [](https://haimaoproj.helloai001.com/)
|
||
16. 系统 介绍,脑图等资料归档 https://www.tapd.cn/34542034/personal_documents/show/1134542034001000049?file_type=word
|
||
17. 公众号 “保税贸易” 小程序 “海保世贸”
|
||
18. 系统域名 https://apis.haibao.shop
|
||
19. 系统logo https://haibao.shop/static/logo.png 系统名称 海保世贸
|
||
20. 在线上传小程序素材接口: https://apis.haibao.shop.haibao.shop/apidoc/#/api?appKey=shop&key=app%255Cshop%255Ccontroller%255CCommonController%2540uploadStatic&title=%25E4%25B8%2593%25E9%2597%25A8%25E4%25B8%258A%25E4%25BC%25A0%25E5%2589%258D%25E7%25AB%25AF%25E7%25B4%25A0%25E6%259D%2590-%25E4%25B8%258D%25E7%2599%25BB%25E9%2599%2586&shareKey=
|
||
前端可以定一个 素材域名: htts://apis.haibao.shop.haibao.shop 然后拼接url; 后期上cdn 再改配置域名即可
|
||
|
||
|
||
20. 阿里巴巴子图库在线链接 https://at.alicdn.com/t/c/font_5002758_yrm4fmoyoo.css
|
||
|
||
21. 系统图片不能放在 本地 专门上传素材 接口:https://apis.haibao.shop/apidoc/#/api?appKey=shop&key=app%255Cshop%255Ccontroller%255CCommonController%2540uploadStatic&title=%25E4%25B8%2593%25E9%2597%25A8%25E4%25B8%258A%25E4%25BC%25A0%25E5%2589%258D%25E7%25AB%25AF%25E7%25B4%25A0%25E6%259D%2590-%25E4%25B8%258D%25E7%2599%25BB%25E9%2599%2586&shareKey=
|
||

|
||
|
||
22 系统应用 分多应用(分包) :
|
||
企业 company
|
||
线索 clue
|
||
ai
|
||
易货 barter
|
||
海保服务 hbsmServices
|
||
海关直通车 customs
|
||
商城 shop
|
||
展会 expo
|
||
外贸综合服务 huodai
|
||
物流 logistics
|
||
物业 park
|
||
仓储 warehouse
|
||
需求 hbsmDemand
|
||
账册(电子账册) auccountBook
|
||
客户管理 crm
|
||
默认(暂时用不上) api
|
||
公共(暂时用不上) common
|
||
长连接(websocket) worker
|
||
竞拍 auction
|
||
|
||
```
|
||
|
||
## APP 说 明
|
||
|
||
1. 包名: `com.hb.hbsm`
|
||
2. 名称:`海保世贸`
|
||
|
||
|
||
|
||
|
||
|