Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
658743b947 | |||
ebae3aeb0c | |||
0c4783e088 |
@ -4,5 +4,5 @@ NODE_ENV = production
|
||||
ENV = 'staging'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
VUE_APP_BASE_API = ''
|
||||
|
||||
|
@ -16,7 +16,7 @@ const SettingMer = {
|
||||
// 服务器地址
|
||||
httpUrl: VUE_APP_API_URL,
|
||||
// 接口请求地址
|
||||
https: VUE_APP_API_URL + '/mer',
|
||||
https: VUE_APP_API_URL + '/merApi',
|
||||
// socket连接
|
||||
wsSocketUrl: VUE_APP_WS_URL,
|
||||
// 路由标题
|
||||
|
@ -11,7 +11,7 @@ module.exports = {
|
||||
// 路由前缀
|
||||
roterPre: '/merchant',
|
||||
// 路由标题
|
||||
title: '加载中...',
|
||||
title: '惠农生活 - 商户端',
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
* @description Whether show the settings right-panel
|
||||
|
@ -24,10 +24,10 @@ module.exports = {
|
||||
* In most cases please use '/' !!!
|
||||
* Detail: https://cli.vuejs.org/config/#publicpath
|
||||
*/
|
||||
publicPath: '/',
|
||||
publicPath: '/merchant',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'mer',
|
||||
indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'mer.html',
|
||||
assetsDir: 'static',
|
||||
indexPath: 'index.html',
|
||||
lintOnSave: false,
|
||||
// lintOnSave: process.env.NODE_ENV === 'development',
|
||||
productionSourceMap: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user