Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
68cb1d78
Commit
68cb1d78
authored
Jun 11, 2020
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关注公众号
parent
c8cdb9c3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
1 deletions
+33
-1
src/app.json
+2
-1
src/pages/officialAccount/index.vue
+19
-0
src/pages/officialAccount/main.js
+5
-0
src/pages/officialAccount/main.json
+7
-0
No files found.
src/app.json
View file @
68cb1d78
...
...
@@ -5,7 +5,8 @@
"pages/wxPay/main"
,
"pages/counter/main"
,
"pages/address/main"
,
"pages/contact/main"
"pages/contact/main"
,
"pages/officialAccount/main"
],
"window"
:
{
"backgroundTextStyle"
:
"light"
,
...
...
src/pages/officialAccount/index.vue
0 → 100644
View file @
68cb1d78
<
template
>
<div>
<official-account
class=
"official-account"
></official-account>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
.official-account
{
width
:
100%
;
height
:
100vh
;
}
</
style
>
\ No newline at end of file
src/pages/officialAccount/main.js
0 → 100644
View file @
68cb1d78
import
Vue
from
'vue'
import
App
from
'./index'
const
app
=
new
Vue
(
App
)
app
.
$mount
()
src/pages/officialAccount/main.json
0 → 100644
View file @
68cb1d78
{
"backgroundTextStyle"
:
"light"
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTitleText"
:
"公众号"
,
"navigationBarTextStyle"
:
"black"
}
\ No newline at end of file
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