Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
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
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
2e70de38
Commit
2e70de38
authored
Jul 03, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
71b09cef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
main.ts
src/main.ts
+2
-0
pages.json
src/pages.json
+1
-1
No files found.
src/main.ts
View file @
2e70de38
import
{
createSSRApp
}
from
'vue'
;
import
{
createSSRApp
}
from
'vue'
;
import
App
from
'./App.vue'
;
import
App
from
'./App.vue'
;
import
store
from
'./store'
;
import
store
from
'./store'
;
import
router
from
"./router"
;
export
function
createApp
()
{
export
function
createApp
()
{
const
app
=
createSSRApp
(
App
);
const
app
=
createSSRApp
(
App
);
app
.
use
(
store
);
app
.
use
(
store
);
app
.
use
(
router
);
return
{
return
{
app
,
app
,
};
};
...
...
src/pages.json
View file @
2e70de38
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
},
},
"pages"
:
[
//
pages
数组中第一项表示应用启动页
"pages"
:
[
//
pages
数组中第一项表示应用启动页
{
{
"path"
:
"pages/
test/
index"
,
"path"
:
"pages/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"小程序平台"
"navigationBarTitleText"
:
"小程序平台"
}
}
...
...
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