Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
23120b3d
Commit
23120b3d
authored
Oct 24, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 配置修改
parent
7c0a5d1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.env.production
.env.production
+1
-1
package.json
package.json
+3
-3
login.vue
src/views/login.vue
+2
-2
No files found.
.env.production
View file @
23120b3d
...
@@ -6,7 +6,7 @@ ENV = 'production'
...
@@ -6,7 +6,7 @@ ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = '
http://10.12.48.77
/prod-api'
# 图片服务器地址
# 图片服务器地址
VUE_APP_IMAGE_API ='http://10.12.48.77'
VUE_APP_IMAGE_API ='http://10.12.48.77'
...
...
package.json
View file @
23120b3d
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
"stylelint:fix"
:
"stylelint src/**/*.{html,vue,sass} --fix"
,
"stylelint:fix"
:
"stylelint src/**/*.{html,vue,sass} --fix"
,
"lint:fix"
:
"prettier src/**/* --write"
,
"lint:fix"
:
"prettier src/**/* --write"
,
"lint"
:
"eslint src/**/* --ext .js,.vue"
,
"lint"
:
"eslint src/**/* --ext .js,.vue"
,
"build:prod"
:
"vue-cli-service build"
,
"build:prod"
:
"
export NODE_OPTIONS=--openssl-legacy-provider &&
vue-cli-service build"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"build:stage"
:
"
export NODE_OPTIONS=--openssl-legacy-provider &&
vue-cli-service build --mode staging"
,
"dev"
:
"vue-cli-service serve"
,
"dev"
:
"
export NODE_OPTIONS=--openssl-legacy-provider &&
vue-cli-service serve"
,
"preview"
:
"node build/index.js --preview"
,
"preview"
:
"node build/index.js --preview"
,
"lint:stage"
:
"lint-staged"
,
"lint:stage"
:
"lint-staged"
,
"spellcheck"
:
"cspell lint --dot --gitignore --color --cache --show-suggestions
\"
src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)
\"
"
,
"spellcheck"
:
"cspell lint --dot --gitignore --color --cache --show-suggestions
\"
src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)
\"
"
,
...
...
src/views/login.vue
View file @
23120b3d
...
@@ -91,8 +91,8 @@ export default {
...
@@ -91,8 +91,8 @@ export default {
logoImg
:
logoImg
,
logoImg
:
logoImg
,
codeUrl
:
''
,
codeUrl
:
''
,
loginForm
:
{
loginForm
:
{
username
:
'
admin
'
,
username
:
''
,
password
:
'
123456@a
'
,
password
:
''
,
rememberMe
:
false
,
rememberMe
:
false
,
code
:
''
,
code
:
''
,
uuid
:
''
uuid
:
''
...
...
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