修改店铺信息校验
This commit is contained in:
parent
ee5f03d3e8
commit
7535ec8c45
@ -11,7 +11,7 @@ module.exports = {
|
||||
// 路由前缀
|
||||
roterPre: '/merchant',
|
||||
// 路由标题
|
||||
title: '加载中...',
|
||||
title: '惠农生活 - 商户端',
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
* @description Whether show the settings right-panel
|
||||
|
@ -426,8 +426,6 @@ export default {
|
||||
this.$store.commit('user/SET_WHOLESALE', resData.wholesale)
|
||||
if (
|
||||
!resData.mer_avatar ||
|
||||
!resData.mer_banner ||
|
||||
!resData.mer_info ||
|
||||
!resData.mer_address
|
||||
) {
|
||||
this.$alert(
|
||||
|
@ -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