Removed /app public path
This commit is contained in:
parent
a98927b3e9
commit
bafa0b5585
|
|
@ -7,4 +7,4 @@ steps:
|
|||
tag: latest
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
event: push
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
module.exports = {
|
||||
// Required for main server. Must be removed for test server.
|
||||
// Config the main or test server inside src/axios.js
|
||||
publicPath: '/app/',
|
||||
// publicPath: '/app/',
|
||||
|
||||
transpileDependencies: [
|
||||
'vue-echarts',
|
||||
|
|
|
|||
Loading…
Reference in New Issue