Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks-h5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
quantum-blocks-h5
Commits
69792243
Commit
69792243
authored
Sep 17, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(baCKTOP): 问题修复
parent
097514f0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
editor.api.ts
app/web/api/editor.api.ts
+1
-1
dev.config.ts
app/web/config/dev.config.ts
+1
-1
prod.config.ts
app/web/config/prod.config.ts
+1
-1
test.config.ts
app/web/config/test.config.ts
+1
-1
index.vue
app/web/page/activity/view/activity/index.vue
+1
-1
No files found.
app/web/api/editor.api.ts
View file @
69792243
...
@@ -6,6 +6,6 @@ export default {
...
@@ -6,6 +6,6 @@ export default {
return
http
.
get
(
`
${
config
.
apiHost
}
/editor/get/
${
params
.
pageId
}
`
);
return
http
.
get
(
`
${
config
.
apiHost
}
/editor/get/
${
params
.
pageId
}
`
);
},
},
getShopCartCount
()
{
getShopCartCount
()
{
return
http
.
get
(
`
${
config
.
kdsp
Api
}
/api/kdsp/shop-cart/count`
);
return
http
.
get
(
`
${
config
.
kdsp
Host
}
/api/kdsp/shop-cart/count`
);
}
}
};
};
\ No newline at end of file
app/web/config/dev.config.ts
View file @
69792243
...
@@ -3,7 +3,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
...
@@ -3,7 +3,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
const
hostMap
=
{
const
hostMap
=
{
apiHost
:
`
${
protocol
}
//quantum-blocks-vcc2.liangkebang.net`
,
apiHost
:
`
${
protocol
}
//quantum-blocks-vcc2.liangkebang.net`
,
kdsp
Api
:
`
${
protocol
}
//talos-vcc2.liangkebang.net`
,
kdsp
Host
:
`
${
protocol
}
//talos-vcc2.liangkebang.net`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=default`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=default`
,
test
:
true
test
:
true
};
};
...
...
app/web/config/prod.config.ts
View file @
69792243
...
@@ -2,7 +2,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
...
@@ -2,7 +2,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
export
default
{
export
default
{
apiHost
:
`https://quantum-blocks.q-gp.com`
,
apiHost
:
`https://quantum-blocks.q-gp.com`
,
kdsp
Api
:
`
${
protocol
}
//talos.xyqb.com`
,
kdsp
Host
:
`
${
protocol
}
//talos.xyqb.com`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=production`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=production`
,
// opapiHost: `${protocol}//opapi.q-gp.com`,
// opapiHost: `${protocol}//opapi.q-gp.com`,
test
:
false
test
:
false
...
...
app/web/config/test.config.ts
View file @
69792243
...
@@ -3,7 +3,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
...
@@ -3,7 +3,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
const
hostMap
=
{
const
hostMap
=
{
apiHost
:
`
${
protocol
}
//quantum-blocks-vcc2.liangkebang.net`
,
apiHost
:
`
${
protocol
}
//quantum-blocks-vcc2.liangkebang.net`
,
kdsp
Api
:
`
${
protocol
}
//talos-vcc2.liangkebang.net`
,
kdsp
Host
:
`
${
protocol
}
//talos-vcc2.liangkebang.net`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=default`
,
shenceUrl
:
`
${
protocol
}
//bn.xyqb.com/sa?project=default`
,
test
:
true
test
:
true
};
};
...
...
app/web/page/activity/view/activity/index.vue
View file @
69792243
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<page-bottom-tip
/>
<page-bottom-tip
/>
</grid-item>
</grid-item>
</grid-layout>
</grid-layout>
<back-top
:show-back-top=
"showBackTop"
ref=
"backTop"
/>
<back-top
v-if=
"showBackTop"
:show-back-top=
"showBackTop"
ref=
"backTop"
/>
</
template
>
</
template
>
<empty-state
v-else
/>
<empty-state
v-else
/>
</div>
</div>
...
...
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