Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
b2c2043c
Commit
b2c2043c
authored
Oct 28, 2024
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议签署的H5地址修复
parent
faa5c42d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.env.production
.env.production
+1
-0
upload_oss.js
upload_oss.js
+1
-1
No files found.
.env.production
View file @
b2c2043c
NODE_ENV=prod
NODE_ENV=prod
VUE_APP_SIGN_URL=https://sign.taimedias.com/index.html
VUE_APP_API=https://water.jqtianxia.com
VUE_APP_API=https://water.jqtianxia.com
upload_oss.js
View file @
b2c2043c
...
@@ -28,7 +28,7 @@ let client = new OSS({
...
@@ -28,7 +28,7 @@ let client = new OSS({
async
function
put
(
file
,
filePath
)
{
async
function
put
(
file
,
filePath
)
{
try
{
try
{
let
r1
=
await
client
.
put
(
file
,
filePath
);
let
r1
=
await
client
.
put
(
file
,
filePath
);
console
.
log
(
"当前进度: %j"
,
r1
);
console
.
log
(
"当前进度: %j"
,
r1
.
url
);
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
error
(
"上传文件报错"
,
e
);
console
.
error
(
"上传文件报错"
,
e
);
}
}
...
...
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