Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
komatsu
komatsu-lease-app
Commits
059cdc62
Commit
059cdc62
authored
Nov 28, 2022
by
Step_by_step
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
text: 信息调整
parent
e632b89e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
24 deletions
+48
-24
README.md
README.md
+39
-18
package.json
package.json
+2
-2
index.vue
src/modules/selfService/views/index.vue
+7
-3
applications.vue
src/views/applications.vue
+0
-1
No files found.
README.md
View file @
059cdc62
#
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
package.json
View file @
059cdc62
{
{
"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"
...
...
src/modules/selfService/views/index.vue
View file @
059cdc62
...
@@ -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>
src/views/applications.vue
View file @
059cdc62
...
@@ -40,7 +40,6 @@ export default {
...
@@ -40,7 +40,6 @@ export default {
});
});
this
.
modules
=
modules
this
.
modules
=
modules
console
.
log
(
this
.
modules
,
'==this.modules'
);
}
}
},
},
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment