Commit 059cdc62 authored by Step_by_step's avatar Step_by_step

text: 信息调整

parent e632b89e
# vuen
### 命令
This template should help get you started developing with Vue 3 in Vite.
npm run build 打包
## Recommended IDE Setup
npm run dev 本地运行
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
### 如何添加模块
## Customize configuration
添加一个子应用至 modules ,子应用首页如下设置说明模块名
See [Vite Configuration Reference](https://vitejs.dev/config/).
``` vue
<route>
{
meta: {
title: '自助服务'
}
}
</route>
```
---
## Project Setup
### 子应用
```sh
npm install
```
1. 融资计算器
2. 融资意向
3. 项目查询
4. 合同签约 (E签宝, 预览签署文件)
5. 还款计划 (支付)
6. 还款计划查询 (发票预览下载)
7. 自助服务
8. 客户信息变更
### Compile and Hot-Reload for Development
```sh
npm run dev
```
#### 导航
- 首页
- 消息 (消息通知)
- 我的
### Compile and Minify for Production
#### 首页
1. 还款情况展示
2. 最近消息展板
3. 定位
```sh
npm run build
```
#### 我的
1. 我的奖励券
2. 关联项目
3. 投诉与建议
4. 关于我们
5. 退出登录
\ No newline at end of file
{
"name": "vuen",
"version": "0.0.0",
"name": "komatsu-lease-app",
"version": "0.1.0",
"scripts": {
"dev": "VITE_TARGET=ALL vite ",
"build": "vite build"
......
......@@ -18,10 +18,14 @@ console.log(count);
</script>
<style scoped lang="less">
</style>
<route lang="yaml">
meta:
<route>
{
meta: {
title: '自助服务'
</route>
}
}
</route>
......@@ -40,7 +40,6 @@ export default {
});
this.modules = modules
console.log(this.modules, '==this.modules');
}
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment