chang path dist
This commit is contained in:
parent
dff4666001
commit
298118efe9
@ -44,10 +44,10 @@ module.exports = {
|
|||||||
|
|
||||||
build: {
|
build: {
|
||||||
// Template for index.html
|
// Template for index.html
|
||||||
index: path.resolve(__dirname, '../../backend/dist/index.html'),
|
index: path.resolve(__dirname, '../../dist/index.html'),
|
||||||
|
|
||||||
// Paths
|
// Paths
|
||||||
assetsRoot: path.resolve(__dirname, '../../backend/dist'),
|
assetsRoot: path.resolve(__dirname, '../../dist'),
|
||||||
assetsSubDirectory: 'static',
|
assetsSubDirectory: 'static',
|
||||||
assetsPublicPath: '/chainetv/',
|
assetsPublicPath: '/chainetv/',
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
checkchaine() {
|
checkchaine() {
|
||||||
|
this.message=null
|
||||||
this.getchaine(this.chaine);
|
this.getchaine(this.chaine);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user