Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Chao Sun
CFFP-HB
Commits
3ab8ef48
Commit
3ab8ef48
authored
May 08, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决本地不能打包,发布测试
parent
3e20838a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
16 deletions
+29
-16
components/my-list-item/my-list-item.vue
+1
-1
package-lock.json
+16
-10
pages.json
+6
-0
pages/commonDetail/commonDetail.vue
+6
-5
No files found.
components/
listItem/listI
tem.vue
→
components/
my-list-item/my-list-i
tem.vue
View file @
3ab8ef48
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"list
I
tem"
,
name
:
"list
-i
tem"
,
props
:
{
props
:
{
title
:
{
title
:
{
type
:
Array
,
type
:
Array
,
...
...
package-lock.json
View file @
3ab8ef48
...
@@ -13,18 +13,24 @@
...
@@ -13,18 +13,24 @@
}
}
},
},
"node_modules/echarts"
:
{
"node_modules/echarts"
:
{
"version"
:
"5.
4.1
"
,
"version"
:
"5.
6.0
"
,
"resolved"
:
"https://registry.npmmirror.com/echarts/-/echarts-5.
4.1
.tgz"
,
"resolved"
:
"https://registry.npmmirror.com/echarts/-/echarts-5.
6.0
.tgz"
,
"integrity"
:
"sha512-
9ltS3M2JB0w2EhcYjCdmtrJ+6haZcW6acBolMGIuf01Hql1yrIV01L1aRj7jsaaIULJslEP9Z3vKlEmnJaWJVQ
=="
,
"integrity"
:
"sha512-
oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA
=="
,
"dependencies"
:
{
"dependencies"
:
{
"tslib"
:
"2.3.0"
,
"tslib"
:
"2.3.0"
,
"zrender"
:
"5.
4
.1"
"zrender"
:
"5.
6
.1"
}
}
},
},
"node_modules/nanoid"
:
{
"node_modules/nanoid"
:
{
"version"
:
"4.0.0"
,
"version"
:
"4.0.2"
,
"resolved"
:
"https://registry.npmmirror.com/nanoid/-/nanoid-4.0.0.tgz"
,
"resolved"
:
"https://registry.npmmirror.com/nanoid/-/nanoid-4.0.2.tgz"
,
"integrity"
:
"sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg=="
,
"integrity"
:
"sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw=="
,
"funding"
:
[
{
"type"
:
"github"
,
"url"
:
"https://github.com/sponsors/ai"
}
],
"bin"
:
{
"bin"
:
{
"nanoid"
:
"bin/nanoid.js"
"nanoid"
:
"bin/nanoid.js"
},
},
...
@@ -38,9 +44,9 @@
...
@@ -38,9 +44,9 @@
"integrity"
:
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
"integrity"
:
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
},
"node_modules/zrender"
:
{
"node_modules/zrender"
:
{
"version"
:
"5.
4
.1"
,
"version"
:
"5.
6
.1"
,
"resolved"
:
"https://registry.npmmirror.com/zrender/-/zrender-5.
4
.1.tgz"
,
"resolved"
:
"https://registry.npmmirror.com/zrender/-/zrender-5.
6
.1.tgz"
,
"integrity"
:
"sha512-
M4Z05BHWtajY2241EmMPHglDQAJ1UyHQcYsxDNzD9XLSkPDqMq4bB28v9Pb4mvHnVQ0GxyTklZ/69xCFP6RXBA
=="
,
"integrity"
:
"sha512-
OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag
=="
,
"dependencies"
:
{
"dependencies"
:
{
"tslib"
:
"2.3.0"
"tslib"
:
"2.3.0"
}
}
...
...
pages.json
View file @
3ab8ef48
...
@@ -544,6 +544,12 @@
...
@@ -544,6 +544,12 @@
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
},
},
"uniIdRouter"
:
{},
"uniIdRouter"
:
{},
"easycom"
:
{
"autoscan"
:
true
,
"custom"
:
{
"^my-list-item"
:
"@/components/my-list-item/my-list-item.vue"
}
},
"condition"
:
{
//模式配置,仅开发期间生效
"condition"
:
{
//模式配置,仅开发期间生效
"current"
:
0
,
//当前激活的模式(list
的索引项)
"current"
:
0
,
//当前激活的模式(list
的索引项)
"list"
:
[{
"list"
:
[{
...
...
pages/commonDetail/commonDetail.vue
View file @
3ab8ef48
...
@@ -2,19 +2,20 @@
...
@@ -2,19 +2,20 @@
<view>
<view>
<text
class=
"iconfont icon-youjiantou zuojiantou"
style=
"top: 20rpx;"
@
click=
"goBack()"
></text>
<text
class=
"iconfont icon-youjiantou zuojiantou"
style=
"top: 20rpx;"
@
click=
"goBack()"
></text>
<template
v-if=
"title"
>
<template
v-if=
"title"
>
<view
style=
"padding-top: 50rpx;"
><
list-item
:title=
"title"
:lists=
"lists"
></
list-item></view>
<view
style=
"padding-top: 50rpx;"
><
my-list-item
:title=
"title"
:lists=
"lists"
></my-
list-item></view>
<view
v-if=
"lists.length
<
=
0
"
style=
"text-align: center;margin-top: 40rpx;"
>
暂无
{{
typeName
}}
记录
</view>
<view
v-if=
"lists.length
<
=
0
"
style=
"text-align: center;margin-top: 40rpx;"
>
暂无
{{
typeName
}}
记录
</view>
</
template
>
</
template
>
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
listItem
from
"@/components/listItem/listI
tem.vue"
;
// import myListItem from "@/components/my-list-item/my-list-i
tem.vue";
import
api
from
"@/api/api"
;
import
api
from
"@/api/api"
;
export
default
{
export
default
{
components
:{
// components:{
listItem
// myListItem
},
// },
data
()
{
data
()
{
return
{
return
{
title
:[],
title
:[],
...
...
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