@@ -36,7 +36,7 @@ module.exports = {
/**
* 服务API地址
*/
- serverUrl: 'http://113.141.93.143:1688', // 正式环境
+ serverUrl: 'http://113.141.93.143:1888', // 正式环境
// devServerUrl: 'http://113.141.93.143:1688', // 开发环境
devServerUrl: 'http://192.168.3.5:1888', // 开发环境 qu
mqttUrl: 'ws://113.141.93.143:8894/mqtt', // mqtt地址
@@ -24,7 +24,7 @@ module.exports = {
* In most cases please use '/' !!!
* Detail: https://cli.vuejs.org/config/#publicpath
- publicPath: '/',
+ publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',