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 1. 融资计算器
npm install 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", "name": "komatsu-lease-app",
"version": "0.0.0", "version": "0.1.0",
"scripts": { "scripts": {
"dev": "VITE_TARGET=ALL vite ", "dev": "VITE_TARGET=ALL vite ",
"build": "vite build" "build": "vite build"
......
...@@ -18,10 +18,14 @@ console.log(count); ...@@ -18,10 +18,14 @@ console.log(count);
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
</style> </style>
<route lang="yaml"> <route>
meta: {
meta: {
title: '自助服务' title: '自助服务'
</route> }
}
</route>
...@@ -40,7 +40,6 @@ export default { ...@@ -40,7 +40,6 @@ export default {
}); });
this.modules = modules 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