Skip to content

Commit 13ea3fa

Browse files
committed
fix(view): https 上传七牛
1 parent 354f4fb commit 13ea3fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

admin/src/views/home/excel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
tableTitle: '',
4242
tableData: [],
4343
tableHeader: '',
44-
uploadUrl: 'http://up.qiniu.com',
44+
uploadUrl: 'https://up.qiniup.com',
4545
dialogImageUrl: '',
4646
dialogVisible: false,
4747
desc: '',

admin/src/views/home/upload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
name: 'Upload',
4040
data() {
4141
return {
42-
uploadUrl: 'http://up.qiniu.com',
42+
uploadUrl: 'https://up.qiniup.com',
4343
dialogImageUrl: '',
4444
dialogVisible: false,
4545
desc: '',

laravel/public/static/js/chunk-1553.fc67014d.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

laravel/public/static/js/chunk-6dc4.46f25fe6.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)