Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
a761f1e7
Commit
a761f1e7
authored
Oct 25, 2025
by
yanghui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_yh' into 'master'
http域名修复 See merge request
!20
parents
c14b9e74
0afa4423
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wechatUploadImage.js
new_admincp/source/zsb/js/v1.0/wechatUploadImage.js
+2
-1
No files found.
new_admincp/source/zsb/js/v1.0/wechatUploadImage.js
View file @
a761f1e7
...
...
@@ -196,7 +196,8 @@ var get_wechat_info = function()
}
//微信数据请求URL
var
url
=
'http://weixinupload.house365.com/wechat_cache_image_new.php?callback=?'
;
var
http_
=
window
.
location
.
protocol
;
var
url
=
http_
+
'//weixinupload.house365.com/wechat_cache_image_new.php?callback=?'
;
//获取已传图片,防止重复加载图片
var
image_arr
=
getUploadImageData
();
...
...
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