Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
92e1773b
Commit
92e1773b
authored
Dec 13, 2021
by
季圣华
Browse files
调整静态文件的目录
parent
b6dac633
Changes
6
Hide whitespace changes
Inline
Side-by-side
jshERP-web/public/index.html
View file @
92e1773b
...
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title></title>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
static/
favicon.ico"
>
<style>
html
,
body
,
...
...
jshERP-web/public/color.less
→
jshERP-web/public/
static/
color.less
View file @
92e1773b
File moved
jshERP-web/public/favicon.ico
→
jshERP-web/public/
static/
favicon.ico
View file @
92e1773b
File moved
jshERP-web/public/less.min.js
→
jshERP-web/public/
static/
less.min.js
View file @
92e1773b
File moved
jshERP-web/src/components/tools/setting.js
View file @
92e1773b
...
...
@@ -64,7 +64,7 @@ const updateTheme = primaryColor => {
const
lessConfigNode
=
document
.
createElement
(
'
script
'
);
const
lessScriptNode
=
document
.
createElement
(
'
script
'
);
lessStyleNode
.
setAttribute
(
'
rel
'
,
'
stylesheet/less
'
);
lessStyleNode
.
setAttribute
(
'
href
'
,
'
/color.less
'
);
lessStyleNode
.
setAttribute
(
'
href
'
,
'
/
static/
color.less
'
);
lessConfigNode
.
innerHTML
=
`
window.less = {
async: true,
...
...
@@ -72,7 +72,7 @@ const updateTheme = primaryColor => {
javascriptEnabled: true
};
`
;
lessScriptNode
.
src
=
'
/less.min.js
'
;
lessScriptNode
.
src
=
'
/
static/
less.min.js
'
;
lessScriptNode
.
async
=
true
;
lessScriptNode
.
onload
=
()
=>
{
buildIt
();
...
...
jshERP-web/src/views/system/MsgList.vue
View file @
92e1773b
...
...
@@ -4,7 +4,6 @@
:width=
"modalWidth"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
@
ok=
"handleOk"
@
cancel=
"handleCancel"
cancelText=
"关闭"
style=
"top:20%;height: 60%;overflow-y: hidden"
>
...
...
Write
Preview
Supports
Markdown
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