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
Litemall
Commits
26a8000d
Commit
26a8000d
authored
May 12, 2019
by
Junling Bu
Browse files
chore[litemall-vue, litemall-admin]: 采用相对路径
parent
9aa04b89
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-admin/config/index.js
View file @
26a8000d
...
...
@@ -60,7 +60,7 @@ module.exports = {
* then assetsPublicPath should be set to "/bar/".
* In most cases please use '/' !!!
*/
assetsPublicPath
:
'
/
'
,
assetsPublicPath
:
'
.
/
'
,
/**
* Source Maps
...
...
litemall-vue/vue.config.js
View file @
26a8000d
...
...
@@ -5,6 +5,7 @@ function resolve(dir = '') {
}
module
.
exports
=
{
publicPath
:
'
./
'
,
outputDir
:
'
dist
'
,
assetsDir
:
'
static
'
,
productionSourceMap
:
false
,
...
...
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