29 lines
838 B
Plaintext
29 lines
838 B
Plaintext
--------用户信息------------
|
||
用户登陆时,通过userInfo查询用户信息后存储在useAppStore中,
|
||
src/store/modules/auth/index.ts
|
||
src/views/mps/private-ebank-new/index.vue
|
||
|
||
--------watermark------------
|
||
src/App.vue
|
||
|
||
--------watermark------------
|
||
录入时,增加了营销人员列表
|
||
src/views/mps/private-ebank-new/modules/private-ebank-new-operate-drawer.vue
|
||
|
||
--------默认主题--------------
|
||
src/theme/settings.ts
|
||
|
||
--------头像、LOGO、favicon---
|
||
src/assets/imgs
|
||
public/favicon.x 注意此图要缩小N倍
|
||
|
||
|
||
-------tomcat 部署-----------
|
||
https://www.cnblogs.com/Fooo/p/17807277.html
|
||
|
||
-------tong web 部署---------
|
||
https://blog.csdn.net/user990378983/article/details/130324181
|
||
|
||
-------work flow ---------
|
||
为不同的业务类型,提供不同的审批表单,并存放到src/components/workflow/form路径下
|