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
172f19b0
Commit
172f19b0
authored
Jun 27, 2023
by
14699
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'fix-上线调整'
parent
aaadad10
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
16 deletions
+17
-16
.env.production
.env.production
+1
-1
README.md
README.md
+1
-1
index.html
index.html
+3
-3
main.js
src/main.js
+4
-4
Pay.vue
src/modules/makeRepayment/components/Pay.vue
+4
-4
plan.vue
src/modules/makeRepayment/views/plan.vue
+3
-2
index.vue
src/modules/paymentProtocol/views/index.vue
+1
-1
No files found.
.env.production
View file @
172f19b0
...
...
@@ -2,7 +2,7 @@ NODE_ENV='production'
VITE_LOCAL='false'
VITE_DEBUG='false'
VITE_HTTP_HEADER={}
VITE_HTTP_BASE_URL='http
://139.196.201.22:8080/leaf_dev
'
VITE_HTTP_BASE_URL='http
s://kflc.komatsu-fl.com.cn/xszl_prod
'
VITE_HTTP_NOAUTH_BASE_URL=''
VITE_Alipay='https://api-mop.chinaums.com/v1/netpay/trade/h5-pay'
VITE_Wechat='https://api-mop.chinaums.com/v1/netpay/wxpay/h5-pay'
...
...
README.md
View file @
172f19b0
...
...
@@ -72,7 +72,7 @@ npm run preview 本地预览打包完的文件
3.
模块包打包成 zip
4.
[
海马汇
地址
](
http://handapptest.komatsu-fl.com.cn/submenu/banner
)
admin/Admin@123!
4.
[
海马汇
测试地址
](
http://handapptest.komatsu-fl.com.cn:8080/oauth/login
)
admin/Admin@123!
-
这上方网址下搜索功能 "子应用管理",找到对应的模块,新建版本,提交 zip包 ,点击确认退出
...
...
index.html
View file @
172f19b0
...
...
@@ -14,10 +14,10 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover"
>
<title>
Vite App
</title>
<script
src=
"https://unpkg.com/vconsole@latest/dist/vconsole.min.js"
></script
>
<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>--
>
<script>
// VConsole will be exported to `window.VConsole` by default.
var
vConsole
=
new
window
.
VConsole
();
//
var vConsole = new window.VConsole();
</script>
</head>
...
...
src/main.js
View file @
172f19b0
...
...
@@ -4,13 +4,13 @@ import App from './App.vue'
import
router
from
'./router'
import
moment
from
'moment'
import
{
Notify
,
Toast
,
Dialog
}
from
'vant'
;
//
import VConsole from 'vconsole'
import
VConsole
from
'vconsole'
moment
.
locale
(
'zh-cn'
)
//
if (import.meta.env.VITE_DEBUG === "true") {
//
const vConsole = new VConsole();
//
}
if
(
import
.
meta
.
env
.
VITE_DEBUG
===
"true"
)
{
const
vConsole
=
new
VConsole
();
}
const
app
=
createApp
(
App
)
app
.
use
(
createPinia
())
...
...
src/modules/makeRepayment/components/Pay.vue
View file @
172f19b0
...
...
@@ -178,11 +178,11 @@ const payMoney = () => {
payType
:
checked
.
value
,
cashflowId
:
props
.
payInfoObj
.
cashflowId
}
//
if(checked.value == 'WECHAT_PAY'){
//
Toast.fail('微信支付当前暂不支持!')
//
} else {
if
(
checked
.
value
==
'WECHAT_PAY'
){
Toast
.
fail
(
'微信支付当前暂不支持!'
)
}
else
{
goPayApp
(
info
)
//
}
}
}
};
...
...
src/modules/makeRepayment/views/plan.vue
View file @
172f19b0
...
...
@@ -72,8 +72,9 @@ const route = useRoute()
const
router
=
useRouter
();
const
handleClick
=
(
item
)
=>
{
showModal
.
value
=
true
payInfo
=
{
cashflowId
:
item
.
cashflowId
,
payAmount
:
item
.
obligation
,
cfItem
:
item
.
cfItem
}
Toast
.
fail
(
'当前暂不支持进行APP支付!'
)
// showModal.value = true
// payInfo = {cashflowId:item.cashflowId,payAmount:item.obligation,cfItem:item.cfItem}
}
const
handleColse
=
(
param
)
=>
{
...
...
src/modules/paymentProtocol/views/index.vue
View file @
172f19b0
...
...
@@ -21,7 +21,7 @@
const
page
=
$ref
(
null
)
const
pdfRef
=
$ref
(
''
)
let
pageCount
=
$ref
(
1
)
let
pdfSource
=
$ref
(
'https://kflc.komatsu-fl.com.cn/appFile/agreement/kflc
_payment_
protocol.pdf'
)
let
pdfSource
=
$ref
(
'https://kflc.komatsu-fl.com.cn/appFile/agreement/kflc
-payment-
protocol.pdf'
)
watchEffect
(()
=>
{
if
(
isLoading
)
{
...
...
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