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
5efa4679
Commit
5efa4679
authored
Aug 24, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/v1.3' into feat/share
# Conflicts: # config/apollo.ssr.json # package.json
parents
46f90b3a
ef5ada75
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30852 additions
and
111 deletions
+30852
-111
index.ts
app/web/page/activity/view/activity/index.ts
+4
-1
apollo.ssr.json
config/apollo.ssr.json
+11
-1
config.local.ts
config/config.local.ts
+2
-2
package-lock.json
package-lock.json
+30835
-107
No files found.
app/web/page/activity/view/activity/index.ts
View file @
5efa4679
...
...
@@ -7,7 +7,7 @@ import GridLayout from '../../component/VueGridLayout/GridLayout.vue';
import
GridItem
from
'
../../component/VueGridLayout/GridItem.vue
'
;
import
TransformStyleMixin
from
'
@/page/mixins/transformStyle.mixin
'
;
import
SaMixin
from
'
@/page/mixins/sa.mixin
'
;
import
{
getStyle
,
debounce
,
isApp
}
from
'
@/service/utils.service
'
;
import
{
getStyle
,
debounce
,
isApp
,
isWxMp
}
from
'
@/service/utils.service
'
;
import
{
setAppTitleColor
}
from
'
@/service/color.service
'
;
@
Component
({
components
:
{
FreedomContainer
,
GridLayout
,
GridItem
,
PageBottomTip
,
BackTop
},
name
:
'
Activity
'
})
export
default
class
Activity
extends
Mixins
(
TransformStyleMixin
,
SaMixin
)
{
...
...
@@ -32,6 +32,9 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin) {
modfiTabsStyleDebounce
=
debounce
(
this
.
modfiTabsStyle
,
300
);
get
layout
()
{
if
(
!
isApp
&&
!
isWxMp
)
{
this
.
pageData
.
elements
=
this
.
pageData
.
elements
.
filter
(
v
=>
v
.
name
!=
'
cs-search-bar
'
);
}
return
this
.
pageData
&&
this
.
pageData
.
elements
.
map
(
v
=>
v
.
point
)
||
[];
}
...
...
config/apollo.ssr.json
View file @
5efa4679
{
"apiHost"
:
"https://quantum-blocks-vcc2.liangkebang.net","h5Host"
:
"https://quantum-h5-vcc2.liangkebang.net","opapiHost"
:
"https://opapi-vcc2.liangkebang.net","passportHost"
:
"https://passportapi-vcc2.liangkebang.net","kdspHost"
:
"https://talos-vcc2.liangkebang.net","loginUrl"
:
"","h5ShopHost"
:
"https://tenet-vcc2.liangkebang.net/#","qiniuUpHost"
:
"https://up-z0.qiniup.com","qiniuHost"
:
"https://appsync.lkbang.net"
}
\ No newline at end of file
{
"apiHost"
:
"https://quantum-blocks-vcc2.liangkebang.net"
,
"h5Host"
:
"https://quantum-h5-vcc2.liangkebang.net"
,
"opapiHost"
:
"https://opapi-vcc2.liangkebang.net"
,
"passportHost"
:
"https://passportapi-vcc2.liangkebang.net"
,
"kdspHost"
:
"https://talos-vcc2.liangkebang.net"
,
"loginUrl"
:
""
,
"h5ShopHost"
:
"https://tenet-vcc2.liangkebang.net/#"
,
"qiniuUpHost"
:
"https://up-z0.qiniup.com"
,
"qiniuHost"
:
"https://appsync.lkbang.net"
}
config/config.local.ts
View file @
5efa4679
...
...
@@ -29,8 +29,8 @@ export default (appInfo: EggAppConfig) => {
exports
.
redis
=
{
client
:
{
port
:
3
262
5
,
// Redis port
host
:
'
172.17.
6.7
'
,
// Redis host
port
:
3
156
5
,
// Redis port
host
:
'
172.17.
5.13
'
,
// Redis host
password
:
''
,
db
:
0
}
...
...
package-lock.json
View file @
5efa4679
This diff is collapsed.
Click to expand it.
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