Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fj-captcha-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
郑磊
fj-captcha-service
Commits
ef40732f
Commit
ef40732f
authored
Jun 04, 2024
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容性修复
parent
09049515
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2266 additions
and
93 deletions
+2266
-93
package-lock.json
web/package-lock.json
+2262
-92
package.json
web/package.json
+1
-0
vite.config.ts
web/vite.config.ts
+3
-1
No files found.
web/package-lock.json
View file @
ef40732f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
web/package.json
View file @
ef40732f
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
"preview"
:
"vite preview"
"preview"
:
"vite preview"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@vitejs/plugin-legacy"
:
"^5.4.1"
,
"core-js-pure"
:
"^3.37.1"
,
"core-js-pure"
:
"^3.37.1"
,
"fj-captcha-vue"
:
"git+http://gitlab.3yakj.com/crystalray/fj-captcha-vue.git"
,
"fj-captcha-vue"
:
"git+http://gitlab.3yakj.com/crystalray/fj-captcha-vue.git"
,
"vconsole"
:
"^3.15.1"
,
"vconsole"
:
"^3.15.1"
,
...
...
web/vite.config.ts
View file @
ef40732f
import
legacy
from
'@vitejs/plugin-legacy'
import
vue
from
'@vitejs/plugin-vue'
import
vue
from
'@vitejs/plugin-vue'
import
{
defineConfig
}
from
'vite'
import
{
defineConfig
}
from
'vite'
// https://vitejs.dev/config/
// https://vitejs.dev/config/
export
default
defineConfig
({
export
default
defineConfig
({
plugins
:
[
vue
()],
plugins
:
[
vue
()
,
legacy
()
],
server
:
{
server
:
{
host
:
true
,
host
:
true
,
proxy
:
{
proxy
:
{
...
@@ -13,6 +14,7 @@ export default defineConfig({
...
@@ -13,6 +14,7 @@ export default defineConfig({
},
},
},
},
build
:
{
build
:
{
target
:
'es2015'
,
cssTarget
:
'chrome61'
,
cssTarget
:
'chrome61'
,
rollupOptions
:
{
rollupOptions
:
{
input
:
{
input
:
{
...
...
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