- configs.js: 鹏然商贸 title and admin/hapengran API & H5 base URLs - personal/webview: jf.hapengran.com for points and webview flows - company-info: wa_options title entities, deploy table, sn_id/appStr notes - Docs and .gitignore adjustments Made-with: Cursor
40 lines
1.4 KiB
Markdown
Executable File
40 lines
1.4 KiB
Markdown
Executable File
|
||
# 新公司(淮安鹏然商贸)项目的h5端(目录:h5) 修改任务
|
||
|
||
## 配置项修改
|
||
|
||
1.新项目公司名称,eg:鹏然商贸,
|
||
2.需要用公司名称的HTML十进制数字实体编码,修改wa_options表中name=system_config中的value值里的title信息,
|
||
3.相关配置项:
|
||
A. **寄卖商城API地址**:eg:https://admin.hapengran.com/api
|
||
B. **寄卖商城后台地址**:eg:https://admin.hapengran.com
|
||
C. **H5地址**:eg:https://hapengran.com/
|
||
D. **积分商城地址**:eg:https://jf.hapengran.com
|
||
E. **云服务器积分商城目录**:eg:/www/wwwroot/jf.hapengran.com
|
||
F. **云服务器寄卖商城H5目录**:eg:/www/wwwroot/hapengran.com
|
||
G. **云服务器寄卖商城后台目录**:eg:/www/wwwroot/admin.hapengran.com
|
||
|
||
## 需要修改文件
|
||
|
||
**寄卖商城H5**
|
||
A. **static/configs.js**
|
||
|
||
TITLE: '鹏然商贸',
|
||
BASE_URL: 'https://admin.hapengran.com/api',
|
||
IMG_URL: 'https://admin.hapengran.com',
|
||
H5_URL: 'https://hapengran.com/',
|
||
**sn_id**、**appStr**必须修改
|
||
|
||
B. **static/js/pages-personal-index.6f5415f9.js**
|
||
第270行:https://jf.hapengran.com/pages/integral/points?username=
|
||
|
||
C. **static/js/pages-sub-pages-webview-index.1042489b.js**
|
||
第15行:https://jf.hapengran.com/?sn_id
|
||
第43行:https://jf.hapengran.com/?user_id=
|
||
|
||
## 相关文件
|
||
|
||
- company-info.md
|
||
|
||
|