Browse Source

支持多商家

master
xh-pan1 12 months ago
parent
commit
7c691f5fef
  1. 2
      config/index.js
  2. 4
      src/api/index.js
  3. 3
      src/views/SettleIn/enterprisesApply.vue
  4. 3
      src/views/SettleIn/individualBusiness.vue
  5. 3
      src/views/home/index.vue

2
config/index.js

@ -31,7 +31,7 @@ module.exports = {
// Use Eslint Loader?
// If true, your code will be linted during bundling and
// linting errors and warnings will be shown in the console.
useEslint: true,
useEslint: false,
// If true, eslint errors and warnings will also be shown in the error overlay
// in the browser.
showEslintErrorsInOverlay: false,

4
src/api/index.js

@ -2,8 +2,8 @@
import home from './home'
// 获取当前环境变量 true => 生产环境 false => 开发环境
// const BASEURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api'
const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://wechat.hnthee.com/ceres-app-api' : '/api'
const BASEURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api'
// const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://wechat.hnthee.com/ceres-app-api' : '/api'
export const api = {
// 登录模块

3
src/views/SettleIn/enterprisesApply.vue

@ -81,8 +81,7 @@
</el-date-picker>
<div class="describe"><p>请填写营业执照上的营业期限 注意参照示例中的格式 结束时间需大于开始时间 有效期必须大于60天</p></div>
</el-form-item>
</div>
</div>
<el-form-item label="营业执照" prop="subjectLicense">
<div class="idImgesBox">
<div class="idImgaeLeft">

3
src/views/SettleIn/individualBusiness.vue

@ -81,8 +81,7 @@
</el-date-picker>
<div class="describe"><p>请填写营业执照上的营业期限 注意参照示例中的格式 结束时间需大于开始时间 有效期必须大于60天</p></div>
</el-form-item>
</div>
</div>
<el-form-item label="营业执照" prop="subjectLicense">
<div class="idImgesBox">
<div class="idImgaeLeft">

3
src/views/home/index.vue

@ -38,8 +38,7 @@
</div>
</div>
<!-- 手机端 -->
<div class="wap">
<div class="wap">
<div class="wapBan">
</div>

Loading…
Cancel
Save