Commit 23120b3d authored by jiaxu.yan's avatar jiaxu.yan

feat: 配置修改

parent 7c0a5d1c
...@@ -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'
......
...@@ -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)\"",
......
...@@ -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: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment