Browse Source

缴费功能-物业费修改

pull/1/head
wangxy 3 years ago
parent
commit
0777c94a4d
5 changed files with 8 additions and 8 deletions
  1. +1
    -1
      .env.production
  2. +3
    -3
      .env.staging
  3. +1
    -1
      .eslintignore
  4. +2
    -2
      src/layout/components/Sidebar/Logo.vue
  5. +1
    -1
      src/views/property/pay.vue

+ 1
- 1
.env.production View File

@ -3,6 +3,6 @@ VUE_APP_ENV = '物业'
NODE_ENV = 'production'
# base api
#枚苑
# VUE_APP_BASE_API = 'http://8.131.69.197:22000'
#VUE_APP_BASE_API = 'http://8.131.69.197:22000'
#和瑞
VUE_APP_BASE_API = 'http://8.131.69.197:8094'

+ 3
- 3
.env.staging View File

@ -4,8 +4,8 @@ VUE_APP_ENV = '物业(测试)'
NODE_ENV = 'production'
# base api
玫苑
VUE_APP_BASE_API = 'http://101.201.121.115:8092'
# 玫苑
# VUE_APP_BASE_API = 'http://101.201.121.115:8092'
# 和瑞
# VUE_APP_BASE_API = 'http://101.201.121.115:8094'
VUE_APP_BASE_API = 'http://101.201.121.115:8094'

+ 1
- 1
.eslintignore View File

@ -1,4 +1,4 @@
build/*.js
src/assets
src
public
dist

+ 2
- 2
src/layout/components/Sidebar/Logo.vue View File

@ -37,8 +37,8 @@ export default {
},
data() {
return {
// title: ``,
title: `玫苑物业`,
title: `和瑞物业`,
// title: ``,
logo: '@/assets/logo/logo.png'
}
}


+ 1
- 1
src/views/property/pay.vue View File

@ -138,7 +138,7 @@
v-model="fewMonths"
style="width:26%;"
@change="monthNumChange"
size="small" :min="0" :max="60" label="描述文字"></el-input-number>
size="small" :min="0" label="描述文字"></el-input-number>
<span v-if="queryParams.chargetype === 1"
class="word-title"
style="width:60px;height:20px;display:inline-block"></span>


Loading…
Cancel
Save