diff --git a/config/index.js b/config/index.js index 0342bf29..8f294570 100644 --- a/config/index.js +++ b/config/index.js @@ -25,7 +25,7 @@ module.exports = { env: require('./dev.env'), port: 8080, autoOpenBrowser: true, - assetsSubDirectory: 'static', + assetsSubDirectory: 'ptweb', assetsPublicPath: '/', proxyTable: {}, // CSS Sourcemaps off by default because relative paths are "buggy" diff --git a/package.json b/package.json index e6d58baf..951789e8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "socket.io-client": "^2.0.2", "stylus": "^0.54.5", "stylus-loader": "^3.0.1", - "sweet-modal-vue": "^1.1.0", "url-loader": "^0.5.8", "vue-clipboards": "^1.0.2", "vue-loader": "^11.3.4", diff --git a/src/App.vue b/src/App.vue index 5c2a551f..7b890bc2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,12 @@