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
71b09cef
Commit
71b09cef
authored
Jul 03, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8d57e4e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
main.ts
src/main.ts
+0
-2
vite.config.ts
vite.config.ts
+0
-1
No files found.
src/main.ts
View file @
71b09cef
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
(
router
)
app
.
use
(
store
);
app
.
use
(
store
);
return
{
return
{
app
,
app
,
...
...
vite.config.ts
View file @
71b09cef
...
@@ -13,7 +13,6 @@ export default defineConfig(({ mode }) => {
...
@@ -13,7 +13,6 @@ export default defineConfig(({ mode }) => {
const
{
VITE_APP_ENV
,
VITE_APP_BASE_URL
,
VITE_APP_OUTDIR_FILENAME
}
=
env
const
{
VITE_APP_ENV
,
VITE_APP_BASE_URL
,
VITE_APP_OUTDIR_FILENAME
}
=
env
const
fileName
=
VITE_APP_OUTDIR_FILENAME
??
'dist'
const
fileName
=
VITE_APP_OUTDIR_FILENAME
??
'dist'
return
{
return
{
base
:
VITE_APP_BASE_URL
,
plugins
:
[
plugins
:
[
uni
(),
uni
(),
AutoImport
({
AutoImport
({
...
...
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