Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
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
qzhxx
national_museum_vod
Commits
ab1bb0b7
Commit
ab1bb0b7
authored
Jun 28, 2021
by
胡冲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改学习内容出现内存满。造成卡顿
parent
98276cb3
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
index.js
config/index.js
+1
-1
addDialog.vue
src/page/STB/appversion/components/addDialog.vue
+1
-1
index.vue
src/page/STB/pageCustom/index.vue
+2
-2
uploadImg.vue
src/page/content/components/uploadVue/uploadImg.vue
+1
-1
uploadQrcode.vue
src/page/content/components/uploadVue/uploadQrcode.vue
+1
-1
index.vue
src/page/content/video/remit/index.vue
+2
-2
No files found.
config/index.js
View file @
ab1bb0b7
...
...
@@ -12,7 +12,7 @@ module.exports = {
assetsPublicPath
:
'/'
,
proxyTable
:
{
'/mall'
:
{
target
:
"http://1
92.168.0.102
:8088/mall"
,
target
:
"http://1
11.203.232.175
:8088/mall"
,
// target: "http://192.168.0.106:8088/mall",
// target: "http://192.168.204.66:8088/mall",
changeOrigin
:
true
,
...
...
src/page/STB/appversion/components/addDialog.vue
View file @
ab1bb0b7
...
...
@@ -66,7 +66,7 @@
export
default
{
data
()
{
return
{
uploadUrl
:
'http://1
92.168.0.102
:8088/mall/file/upload/allType'
,
uploadUrl
:
'http://1
11.203.232.175
:8088/mall/file/upload/allType'
,
formVisible
:
false
,
headers
:{
Authorization
:
localStorage
.
getItem
(
'backToken'
)},
formItem
:
{},
...
...
src/page/STB/pageCustom/index.vue
View file @
ab1bb0b7
...
...
@@ -11,7 +11,7 @@
<div
class=
"title"
>
app目录界面设置
</div>
<div
class=
"btn-group"
>
<el-upload
action=
"http://1
92.168.0.102
:8088/mall/file/image/upload"
action=
"http://1
11.203.232.175
:8088/mall/file/image/upload"
:on-success=
"uploadPageImg"
:before-upload=
"handleBeforeUpload"
:headers =
"headers"
...
...
@@ -43,7 +43,7 @@
<div
class=
"title"
>
app运行画面设置
</div>
<div
class=
"btn-group"
>
<el-upload
action=
"http://1
92.168.0.102
:8088/mall/file/image/upload"
action=
"http://1
11.203.232.175
:8088/mall/file/image/upload"
:on-success=
"uploadRunImg"
:before-upload=
"handleBeforeUpload"
:headers =
"headers"
...
...
src/page/content/components/uploadVue/uploadImg.vue
View file @
ab1bb0b7
...
...
@@ -3,7 +3,7 @@
<el-upload
accept=
".jpg,.jpeg,.png.JPG,.JPEG,.PNG"
:class=
"
{disabled:uploadDisabled}"
action="http://1
92.168.0.102
:8088/mall/file/image/upload"
action="http://1
11.203.232.175
:8088/mall/file/image/upload"
list-type="picture-card"
:on-preview="handlePictureCardPreview"
:on-remove="handleRemove"
...
...
src/page/content/components/uploadVue/uploadQrcode.vue
View file @
ab1bb0b7
...
...
@@ -3,7 +3,7 @@
<el-upload
accept=
".jpg,.jpeg,.png,.JPG,.JPEG,.PBG"
:class=
"
{disabled:uploadDisabled}"
action="http://1
92.168.0.102
:8088/mall/file/image/upload"
action="http://1
11.203.232.175
:8088/mall/file/image/upload"
list-type="picture-card"
:on-preview="handlePictureCardPreview"
:on-remove="handleRemove"
...
...
src/page/content/video/remit/index.vue
View file @
ab1bb0b7
...
...
@@ -387,7 +387,7 @@ export default {
axios
({
method
:
"get"
,
url
:
'http://1
92.168.0.102
:8088/mall/asset/downloadCipher'
,
url
:
'http://1
11.203.232.175
:8088/mall/asset/downloadCipher'
,
params
:
{
// idList:str
...
...
@@ -425,7 +425,7 @@ export default {
axios
({
method
:
"get"
,
url
:
'http://1
92.168.0.102
:8088/mall/asset/download'
,
url
:
'http://1
11.203.232.175
:8088/mall/asset/download'
,
params
:
{
// idList: "1382697227765313538"
idList
:
str
...
...
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