Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
afa2560a
Commit
afa2560a
authored
Jun 17, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20250609-优化cffp' into 'dev'
Feature 20250609 优化cffp See merge request
!7
parents
fa16dea3
b3e070b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
+10
-4
components/clause/clause.vue
+0
-0
environments/environment.ts
+4
-0
myPackageA/lawManual/lawManual.vue
+1
-0
pages/invitationRegister/invitationlogin.vue
+1
-0
pages/personalCenter/personalCenter.vue
+4
-4
static/logo1.png
+0
-0
No files found.
components/clause/clause.vue
View file @
afa2560a
This diff is collapsed.
Click to expand it.
environments/environment.ts
View file @
afa2560a
const
dev
=
{
// base_url:'https://mstage.zuihuibi.cn',
// api_url:'https://mstage.zuihuibi.cn/cffpApi',
// cffp_url:'https://mstage.zuihuibi.cn/cffpApi/cffp',
// share_url:'https://mstage.zuihuibi.cn/cffp',
base_url
:
'https://mdev.anjibao.cn'
,
api_url
:
'https://mdev.anjibao.cn/cffpApi'
,
cffp_url
:
'https://mdev.anjibao.cn/cffpApi/cffp'
,
...
...
myPackageA/lawManual/lawManual.vue
View file @
afa2560a
...
...
@@ -1852,6 +1852,7 @@
loginPopup
.
value
.
close
();
uni
.
setStorageSync
(
'cffp_userId'
,
String
(
res
[
'data'
][
'userId'
]));
uni
.
setStorageSync
(
'uni-token'
,
res
[
'data'
][
'token'
]);
uni
.
setStorageSync
(
'loginType'
,
'codelogin'
);
userId
.
value
=
String
(
res
[
'data'
][
'userId'
]);
powerQuery
();
}
else
{
...
...
pages/invitationRegister/invitationlogin.vue
View file @
afa2560a
...
...
@@ -143,6 +143,7 @@
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
);
uni
.
setStorageSync
(
'isH5'
,
1
);
uni
.
setStorageSync
(
'uni-token'
,
res
.
data
[
'token'
]);
uni
.
setStorageSync
(
'loginType'
,
'codelogin'
);
uni
.
navigateTo
({
url
:
'/pages/application-process/basic-info?userId='
+
this
.
userId
+
'&shareId='
+
this
.
form
.
id
})
...
...
pages/personalCenter/personalCenter.vue
View file @
afa2560a
...
...
@@ -406,10 +406,10 @@
uni
.
setStorageSync
(
'userinfodataForm'
,
res
.
data
)
}
else
{
uni
.
showToast
({
title
:
res
[
'message'
],
duration
:
2000
});
//
uni.showToast({
//
title: res['message'],
//
duration: 2000
//
});
// 清空全部本地存储
uni
.
clearStorageSync
();
uni
.
setStorageSync
(
'loginType'
,
'visitor'
)
...
...
static/logo1.png
View file @
afa2560a
436 KB
|
W:
|
H:
12.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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