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
ce0cd88c
Commit
ce0cd88c
authored
May 21, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 车型实验改为车型试验
parent
b5a24eb5
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
36 additions
and
33 deletions
+36
-33
index.vue
src/views/informationBase/viewStandardTerms/index.vue
+1
-1
index.vue
src/views/processing/archivedTask/index.vue
+1
-1
index.vue
src/views/processing/processed-review/index.vue
+1
-1
index.vue
src/views/processing/systemReview/source-record/index.vue
+2
-2
index.vue
src/views/setting/sample/taskDetails/index.vue
+1
-1
index.vue
src/views/setting/standardTerms/index.vue
+1
-1
index.vue
src/views/task/on/index.vue
+1
-1
vue.config.js
vue.config.js
+28
-25
No files found.
src/views/informationBase/viewStandardTerms/index.vue
View file @
ce0cd88c
...
...
@@ -379,7 +379,7 @@ export default {
}
}
else
{
return
{
label
:
'车型
试
验'
,
label
:
'车型
检
验'
,
value
:
'test'
}
}
...
...
src/views/processing/archivedTask/index.vue
View file @
ce0cd88c
...
...
@@ -184,7 +184,7 @@
item.modelTestTaskId
)
"
>
车型
试
验原始记录
</el-button
>
车型
检
验原始记录
</el-button
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
...
...
src/views/processing/processed-review/index.vue
View file @
ce0cd88c
...
...
@@ -183,7 +183,7 @@
item.id
)
"
>
车型
试
验原始记录
</el-button
>
车型
检
验原始记录
</el-button
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
...
...
src/views/processing/systemReview/source-record/index.vue
View file @
ce0cd88c
...
...
@@ -248,12 +248,12 @@
<
/collapse-item
>
<
/collapse
>
<
/div
>
<!--
确定车型
试
验范围
-->
<!--
确定车型
检
验范围
-->
<!--
<
div
v
-
if
=
"type === '1'"
>
<
div
class
=
"form-review-questionnaire"
>
<
div
class
=
"title-display"
>
<
span
class
=
"title-i"
><
/span
>
<
span
class
=
"title-content"
>
确定车型
试
验范围
<
/span
>
<
span
class
=
"title-content"
>
确定车型
检
验范围
<
/span
>
<
/div
>
<
el
-
form
ref
=
"form"
...
...
src/views/setting/sample/taskDetails/index.vue
View file @
ce0cd88c
...
...
@@ -529,7 +529,7 @@
</el-row>
<div
v-if=
"dataStatistic.testExist"
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
车型
试
验
</div>
<div
class=
"tip-title"
>
车型
检
验
</div>
</div>
<el-row
v-if=
"dataStatistic.testExist"
:gutter=
"40"
>
<el-col
:span=
"12"
>
...
...
src/views/setting/standardTerms/index.vue
View file @
ce0cd88c
...
...
@@ -380,7 +380,7 @@ export default {
}
}
else
{
return
{
label
:
'车型
试
验'
,
label
:
'车型
检
验'
,
value
:
'test'
}
}
...
...
src/views/task/on/index.vue
View file @
ce0cd88c
...
...
@@ -463,7 +463,7 @@
item.modelTestTaskId
)
"
>
车型
试
验原始记录
</el-button
>
车型
检
验原始记录
</el-button
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
...
...
vue.config.js
View file @
ce0cd88c
...
...
@@ -18,7 +18,7 @@ module.exports = {
// 部署生产环境和开发环境下的URL。
// 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上
// 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
publicPath
:
process
.
env
.
NODE_ENV
===
"production"
?
"/"
:
"/"
,
publicPath
:
process
.
env
.
NODE_ENV
===
'production'
?
'/'
:
'/'
,
// 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist)
outputDir
:
'dist'
,
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
...
...
@@ -35,7 +35,10 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://49.232.167.247:22032`
,
// target: `http://49.232.167.247:22032`,
target
:
`http://192.168.10.171:22032`
,
// target: `http://192.168.10.170:22032`,
// target: `https://10.12.48.78/prod-api`,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
@@ -48,9 +51,9 @@ module.exports = {
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_CLIENT_API
]:
''
}
}
},
},
disableHostCheck
:
true
,
disableHostCheck
:
true
// port: port,
// open: true,
// overlay: {
...
...
@@ -62,7 +65,7 @@ module.exports = {
css
:
{
loaderOptions
:
{
sass
:
{
sassOptions
:
{
outputStyle
:
"expanded"
}
sassOptions
:
{
outputStyle
:
'expanded'
}
// additionalData(content, loaderContext) {
// const { resourcePath, rootContext } = loaderContext
// const relativePath = path.relative(rootContext, resourcePath)
...
...
@@ -90,17 +93,14 @@ module.exports = {
algorithm
:
'gzip'
,
// 使用gzip压缩
minRatio
:
0.8
// 压缩率小于1才会压缩
})
]
,
]
},
chainWebpack
(
config
)
{
config
.
plugins
.
delete
(
'preload'
)
// TODO: need test
config
.
plugins
.
delete
(
'prefetch'
)
// TODO: need test
// set svg-sprite-loader
config
.
module
.
rule
(
'svg'
)
.
exclude
.
add
(
resolve
(
'src/assets/icons'
))
.
end
()
config
.
module
.
rule
(
'svg'
).
exclude
.
add
(
resolve
(
'src/assets/icons'
)).
end
()
config
.
module
.
rule
(
'icons'
)
.
test
(
/
\.
svg$/
)
...
...
@@ -112,19 +112,22 @@ module.exports = {
symbolId
:
'icon-[name]'
})
.
end
()
config
.
module
.
rule
(
'graphql'
)
config
.
module
.
rule
(
'graphql'
)
.
test
(
/
\.
graphql$/
)
.
use
(
'graphql-tag/loader'
)
.
loader
(
'graphql-tag/loader'
)
.
end
()
;
.
end
()
config
.
when
(
process
.
env
.
NODE_ENV
===
'production'
,
config
=>
{
config
.
plugin
(
'ScriptExtHtmlWebpackPlugin'
)
.
after
(
'html'
)
.
use
(
'script-ext-html-webpack-plugin'
,
[{
.
use
(
'script-ext-html-webpack-plugin'
,
[
{
// `runtime` must same as runtimeChunk name. default is `runtime`
inline
:
/runtime
\.
.*
\.
js$/
}])
}
])
.
end
()
config
.
optimization
.
splitChunks
({
...
...
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