傅行帆 6 년 전
부모
커밋
1b4c424650

+ 1
- 1
VUECODE/smart-operate-manage/config/prod.env.js 파일 보기

@@ -1,5 +1,5 @@
1 1
 'use strict'
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  BASE_API: '"http://101.132.102.231:8086/operate-api"',
4
+  BASE_API: '"http://106.14.20.193:8086/operate-api"',
5 5
 }

+ 1
- 1
VUECODE/smart-operate-manage/src/views/banner/addBanner/index.vue 파일 보기

@@ -24,7 +24,7 @@
24 24
           :show-file-list="false"
25 25
           :on-success="handleAvatarSuccess"
26 26
           class="avatar-uploader"
27
-          action="http://101.132.102.231:8086/operate-api/uploadimage"
27
+          action="http://106.14.20.193:8086/operate-api/uploadimage"
28 28
           name="uploadFiles">
29 29
           <img v-if="imageUrl" :src="imageUrl" class="avatar">
30 30
           <i v-else class="el-icon-plus avatar-uploader-icon"/>

+ 1
- 1
VUECODE/smart-operate-manage/src/views/banner/ediBanner/index.vue 파일 보기

@@ -24,7 +24,7 @@
24 24
           :show-file-list="false"
25 25
           :on-success="handleAvatarSuccess"
26 26
           class="avatar-uploader"
27
-          action="http://101.132.102.231:8086/operate-api/uploadimage"
27
+          action="http://106.14.20.193:8086/operate-api/uploadimage"
28 28
           name="uploadFiles">
29 29
           <img v-if="imageUrl" :src="imageUrl" class="avatar">
30 30
           <i v-else class="el-icon-plus avatar-uploader-icon"/>

+ 1
- 1
VUECODE/smart-property-manage/config/prod.env.js 파일 보기

@@ -1,5 +1,5 @@
1 1
 'use strict'
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  BASE_API: '"http://101.132.102.231:8086/property-api"',
4
+  BASE_API: '"http://106.14.20.193:8086/property-api"',
5 5
 }

+ 1
- 1
VUECODE/smart-property-manage/src/views/banner/addBanner/index.vue 파일 보기

@@ -22,7 +22,7 @@
22 22
       <el-form-item :label-width="formLabelWidth" label="banner图 *">
23 23
         <el-upload
24 24
           class="avatar-uploader"
25
-          action="http://101.132.102.231:8086/operate-api/uploadimage"
25
+          action="http://106.14.20.193:8086/property-api/uploadimage"
26 26
           name="uploadFiles"
27 27
           :show-file-list="false"
28 28
           :on-success="handleAvatarSuccess">

+ 1
- 1
VUECODE/smart-property-manage/src/views/banner/ediBanner/index.vue 파일 보기

@@ -22,7 +22,7 @@
22 22
       <el-form-item :label-width="formLabelWidth" label="banner图">
23 23
         <el-upload
24 24
           class="avatar-uploader"
25
-          action="http://101.132.102.231:8086/operate-api/uploadimage"
25
+          action="http://106.14.20.193:8086/property-api/uploadimage"
26 26
           name="uploadFiles"
27 27
           :show-file-list="false"
28 28
           :on-success="handleAvatarSuccess">