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
3c8aa8a6
Commit
3c8aa8a6
authored
May 07, 2022
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 调整导航item宽度
parent
1883bfbf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
index.vue
app/web/page/activity/view/activity/index.vue
+2
-2
apollo.json
config/apollo.json
+10
-10
apollo.ssr.json
config/apollo.ssr.json
+1
-1
package.json
package.json
+1
-1
No files found.
app/web/page/activity/view/activity/index.vue
View file @
3c8aa8a6
...
...
@@ -52,11 +52,11 @@
bottom: 0;
left: 0;
z-index: 99;
padding: 0
10
px;
padding: 0
4
px;
display: flex;
justify-content: space-around;
.navItem{
width:
56
px;
width:
62
px;
height: 100%;
display: flex;
justify-content: center;
...
...
config/apollo.json
View file @
3c8aa8a6
{
"api"
:
{
"apiHost"
:
"https://quantum-blocks-
test1
.liangkebang.net"
,
"h5Host"
:
"https://quantum-h5-
test1
.liangkebang.net"
,
"opapiHost"
:
"https://opapi-
test1
.liangkebang.net"
,
"passportHost"
:
"https://passportapi-
test1
.liangkebang.net"
,
"talosHost"
:
"https://talos-
test1
.liangkebang.net"
,
"kdspHost"
:
"https://kdsp-api-
test1
.liangkebang.net"
,
"apiHost"
:
"https://quantum-blocks-
qa
.liangkebang.net"
,
"h5Host"
:
"https://quantum-h5-
qa
.liangkebang.net"
,
"opapiHost"
:
"https://opapi-
qa
.liangkebang.net"
,
"passportHost"
:
"https://passportapi-
qa
.liangkebang.net"
,
"talosHost"
:
"https://talos-
qa
.liangkebang.net"
,
"kdspHost"
:
"https://kdsp-api-
qa
.liangkebang.net"
,
"loginUrl"
:
""
,
"h5ShopHost"
:
"https://tenet-
test1
.liangkebang.net/#"
,
"mallHost"
:
"https://mall-
test1
.liangkebang.net"
,
"h5ShopHost"
:
"https://tenet-
qa
.liangkebang.net/#"
,
"mallHost"
:
"https://mall-
qa
.liangkebang.net"
,
"yxmTenantId"
:
560761
,
"appIdMap"
:
{
"560761"
:
"wxe16bf9293671506c"
,
...
...
@@ -16,8 +16,8 @@
}
},
"redis"
:
{
"port"
:
"3
2625
"
,
"host"
:
"172.17.5.
36
"
,
"port"
:
"3
0556
"
,
"host"
:
"172.17.5.
22
"
,
"password"
:
""
,
"db"
:
0
},
...
...
config/apollo.ssr.json
View file @
3c8aa8a6
{
"apiHost"
:
"https://quantum-blocks-test1.liangkebang.net","h5Host"
:
"https://quantum-h5-test1.liangkebang.net","opapiHost"
:
"https://opapi-test1.liangkebang.net","passportHost"
:
"https://passportapi-test1.liangkebang.net","talosHost"
:
"https://talos-test1.liangkebang.net","kdspHost"
:
"https://kdsp-api-test1.liangkebang.net","loginUrl"
:
"","h5ShopHost"
:
"https://tenet-test1.liangkebang.net/#","mallHost"
:
"https://mall-test1.liangkebang.net","yxmTenantId"
:
560761
,
"appIdMap"
:{
"560761"
:
"wxe16bf9293671506c","560867"
:
"wxccb8435d68e8c7d6"},"qiniuUpHost"
:
"https://up-z0.qiniup.com","qiniuHost"
:
"https://appsync.lkbang.net"
}
\ No newline at end of file
{
"apiHost"
:
"https://quantum-blocks-qa.liangkebang.net","h5Host"
:
"https://quantum-h5-qa.liangkebang.net","opapiHost"
:
"https://opapi-qa.liangkebang.net","passportHost"
:
"https://passportapi-qa.liangkebang.net","talosHost"
:
"https://talos-qa.liangkebang.net","kdspHost"
:
"https://kdsp-api-qa.liangkebang.net","loginUrl"
:
"","h5ShopHost"
:
"https://tenet-qa.liangkebang.net/#","mallHost"
:
"https://mall-qa.liangkebang.net","yxmTenantId"
:
560761
,
"appIdMap"
:{
"560761"
:
"wxe16bf9293671506c","560867"
:
"wxccb8435d68e8c7d6"},"qiniuUpHost"
:
"https://up-z0.qiniup.com","qiniuHost"
:
"https://appsync.lkbang.net"
}
\ No newline at end of file
package.json
View file @
3c8aa8a6
...
...
@@ -8,7 +8,7 @@
"test"
:
"cross-env NODE_ENV=production EGG_SERVER_ENV=sit egg-scripts start --port 80 --workers 1"
,
"stop"
:
"egg-scripts stop"
,
"backend"
:
"nohup egg-scripts start --port 7001 --workers 4"
,
"dev"
:
"cross-env NODE_ENV=test APOLLO_CLUSTER=k8s NAMESPACE=
test1
npm run apollo && egg-bin dev -r egg-ts-helper/register"
,
"dev"
:
"cross-env NODE_ENV=test APOLLO_CLUSTER=k8s NAMESPACE=
qa
npm run apollo && egg-bin dev -r egg-ts-helper/register"
,
"debug"
:
"egg-bin debug -r egg-ts-helper/register"
,
"apollo"
:
"node bin/apollo.js"
,
"build"
:
"cross-env NODE_ENV=production APOLLO_CLUSTER=3C npm run apollo && cross-env COS_ENV=production easy build --devtool"
,
...
...
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