Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7f25e101
authored
2024-01-19 14:59:19 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:刷新
1 parent
e64531ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/workflow/components/dialog/zslq.vue
vue.config.js
src/views/workflow/components/dialog/zslq.vue
View file @
7f25e10
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-18 09:24:03
* @LastEditTime: 202
4-01-19 14:45:09
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
vue.config.js
View file @
7f25e10
...
...
@@ -67,9 +67,9 @@ module.exports = {
'@'
:
resolve
(
'src'
)
}
},
output
:
{
// 输出重构 打包编译后的 文件名称 【模块名称.版本号.时间戳】
filename
:
`static/js/[name].
${
Timestamp
}
.js`
,
chunkFilename
:
`static/js/[name].
${
Timestamp
}
.js`
output
:
{
filename
:
`static/js/[name].
[hash]
.js`
,
chunkFilename
:
`static/js/[name].
[hash].js`
,
},
devtool
:
process
.
env
.
NODE_ENV
===
'development'
?
'#eval-source-map'
:
false
},
...
...
Please
register
or
sign in
to post a comment