This commit is contained in:
chenjianan
2018-12-28 13:57:25 +08:00
parent e581a744e0
commit c45e94572a
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ const webpackConfig = merge(baseWebpackConfig, {
inject: true,
favicon: resolve('favicon.ico'),
title: 'vue-admin-template',
templateParameters: {
BASE_URL: config.build.assetsPublicPath + config.build.assetsSubDirectory,
},
minify: {
removeComments: true,
collapseWhitespace: true,

View File

@@ -3,7 +3,7 @@ import axios from 'axios'
// import store from '../store'
// import { getToken } from '@/utils/auth'
export const wsuri = `ws://192.168.0.108:61101//WebMoudule//websocket`
export const wsuri = `ws://localhost:61101//WebMoudule//websocket`
export const name = `OP8888`
// 创建axios实例