Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
4c60a4be
Commit
4c60a4be
authored
Jun 21, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
也不知道怎么修复这个问题,先提交一点吧
parent
0f7f7970
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
10 deletions
+19
-10
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+1
-1
index.vue
src/components/HandleAllKindsOfType/index.vue
+3
-3
index.vue
src/components/Menu/index.vue
+7
-1
index.vue
src/views/Collection/IssuedBatchesDetail/index.vue
+1
-1
vite.config.ts
vite.config.ts
+4
-1
No files found.
package-lock.json
View file @
4c60a4be
...
...
@@ -827,9 +827,9 @@
}
},
"cqk-sy-ui"
:
{
"version"
:
"1.2.4
1
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.4
1
.tgz"
,
"integrity"
:
"sha512-
ouB5CtNjdawsWinqJlfAn4YdsUb2O9hMWmmg2SOPPQRxxpmkxmNc5yPPmn34KASajpN9PihGWDkzH40sdfVmrQ
=="
,
"version"
:
"1.2.4
3
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.4
3
.tgz"
,
"integrity"
:
"sha512-
qjU3EwP+e4hJWvbR47E42c4oCmGcGn9sOXa8jVHujBqyXgEZawtsJXnrAzrOHg+OsvVQOKPRGd410HVBKiFnJg
=="
,
"requires"
:
{
"axios"
:
"^0.26.1"
,
"crypto-js"
:
"^4.1.1"
,
...
...
package.json
View file @
4c60a4be
...
...
@@ -16,7 +16,7 @@
"dependencies"
:
{
"
axios
"
:
"^0.26.1"
,
"
comlink
"
:
"^4.3.1"
,
"
cqk-sy-ui
"
:
"^1.2.4
1
"
,
"
cqk-sy-ui
"
:
"^1.2.4
3
"
,
"
crypto-js
"
:
"^4.1.1"
,
"
element-plus
"
:
"^2.1.9"
,
"
js-md5
"
:
"^0.7.3"
,
...
...
src/components/HandleAllKindsOfType/index.vue
View file @
4c60a4be
...
...
@@ -10,9 +10,9 @@
/>
<Icon
v-if=
"TheBox.icon.tag === 'icon'"
:icon-name=
"TheBox
.icon
.iconName"
:icon-name=
"TheBox
?.icon?
.iconName"
style=
"font-size: 51px"
:style=
"TheBox
.icon
.style"
:style=
"TheBox
?.icon?
.style"
class=
"mx-auto"
></Icon>
<img
...
...
@@ -20,7 +20,7 @@
:src=
"TheBox.icon.url"
class=
"mx-auto select-none"
draggable=
"false"
:style=
"TheBox
.icon
.style"
:style=
"TheBox
?.icon?
.style"
alt=
""
/>
<div
...
...
src/components/Menu/index.vue
View file @
4c60a4be
...
...
@@ -87,7 +87,13 @@ const menuList = [
type
:
"menuItem"
,
name
:
"藏品管理"
,
path
:
"/collectionManagement"
,
otherActivePath
:
[
"/albumManagement"
,
"/albumDetail"
,
"/transferRecords"
],
otherActivePath
:
[
"/albumManagement"
,
"/albumDetail"
,
"/transferRecords"
,
"/issuedAlbumDetail"
,
"/issuedDerivativesDetail"
,
],
icon
:
{
active
:
{
iconName
:
"iconzichan21"
,
props
:
{
color
:
"#3A3A3A"
}
},
notActive
:
{
...
...
src/views/Collection/IssuedBatchesDetail/index.vue
View file @
4c60a4be
...
...
@@ -8,7 +8,7 @@
<div
class=
"flex items-center justify-between overflow-hidden flex-shrink-0"
style=
"margin-top: 26px"
>
>
<Title
:title=
"[
{
...
...
vite.config.ts
View file @
4c60a4be
...
...
@@ -37,7 +37,7 @@ export default defineConfig({
rollupOptions
:
{
output
:
{
manualChunks
:
{
__SignIn
:
[
"./src/views/SignIn.vue"
],
//
__SignIn: ["./src/views/SignIn.vue"],
// __category: ["./src/views/category/Index.vue"],
__recycleBin
:
[
"./src/views/category/recycleBin.vue"
],
__templateManagement
:
[
"./src/views/category/templateManagement.vue"
],
...
...
@@ -50,6 +50,9 @@ export default defineConfig({
__AlbumManagement
:
[
"./src/views/Collection/AlbumManagement/index.vue"
,
],
__issuedBatchesDetail
:
[
"./src/views/Collection/IssuedBatchesDetail/index.vue"
,
],
__AlbumDetail
:
[
"./src/views/Collection/AlbumDetail/index.vue"
],
__TransferRecords
:
[
"./src/views/Collection/TransferRecords/index.vue"
,
...
...
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