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
b9d7c75f
Commit
b9d7c75f
authored
Jun 20, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v.1.8.2
parent
a7c3225c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+2
-3
main.ts
src/main.ts
+1
-1
vite.config.ts
vite.config.ts
+0
-1
No files found.
package-lock.json
View file @
b9d7c75f
...
...
@@ -827,9 +827,9 @@
}
},
"cqk-sy-ui"
:
{
"version"
:
"1.2.
34
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.
34
.tgz"
,
"integrity"
:
"sha512-
sml3m2NSYHMUbm/xUoDaJZsbwhmTe/brXJGq+5PW7SSZVN8zyYg9dZUauYEoG7u9Kjf3aIWPbDg53y5RH5/6YA
=="
,
"version"
:
"1.2.
41
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.
41
.tgz"
,
"integrity"
:
"sha512-
ouB5CtNjdawsWinqJlfAn4YdsUb2O9hMWmmg2SOPPQRxxpmkxmNc5yPPmn34KASajpN9PihGWDkzH40sdfVmrQ
=="
,
"requires"
:
{
"axios"
:
"^0.26.1"
,
"crypto-js"
:
"^4.1.1"
,
...
...
package.json
View file @
b9d7c75f
...
...
@@ -16,7 +16,7 @@
"dependencies"
:
{
"
axios
"
:
"^0.26.1"
,
"
comlink
"
:
"^4.3.1"
,
"
cqk-sy-ui
"
:
"^1.2.
34
"
,
"
cqk-sy-ui
"
:
"^1.2.
41
"
,
"
crypto-js
"
:
"^4.1.1"
,
"
element-plus
"
:
"^2.1.9"
,
"
js-md5
"
:
"^0.7.3"
,
...
...
@@ -41,4 +41,4 @@
"
vite
"
:
"^2.4.4"
,
"
vue-tsc
"
:
"^0.29.8"
}
}
\ No newline at end of file
}
src/main.ts
View file @
b9d7c75f
...
...
@@ -10,7 +10,7 @@ import "cqk-sy-ui/style.css";
// infinite-scroll
import
{
ElInfiniteScroll
,
ElLoading
}
from
"element-plus"
;
console
.
log
(
"v.1.8.
1
"
);
console
.
log
(
"v.1.8.
2
"
);
console
.
log
(
import
.
meta
.
env
);
...
...
vite.config.ts
View file @
b9d7c75f
...
...
@@ -37,7 +37,6 @@ export default defineConfig({
rollupOptions
:
{
output
:
{
manualChunks
:
{
__Home
:
[
"./src/views/Home.vue"
],
__SignIn
:
[
"./src/views/SignIn.vue"
],
// __category: ["./src/views/category/Index.vue"],
__recycleBin
:
[
"./src/views/category/recycleBin.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