huangmp 2 年之前
父節點
當前提交
40ff188947
共有 3 個文件被更改,包括 5 次插入8 次删除
  1. 4 4
      .env.production
  2. 1 0
      src/views/modules/order/order.vue
  3. 0 4
      src/views/modules/sys/pset/service-components.vue

+ 4 - 4
.env.production

@@ -2,11 +2,11 @@
 ENV = 'production'
 
 // api接口请求地址
-VUE_APP_BASE_API = 'http://lymall-platform.58for.com/apis'
+VUE_APP_BASE_API = 'https://llong-platform.yunxan.com/apis'
 // 客服api接口请求地址
-VUE_APP_IM_API = 'https://lymall-im.58for.com'
+VUE_APP_IM_API = 'https://llong-im.yunxan.com'
 // 客服webstock接口请求地址
-VUE_APP_WS_IM_API = 'wss://lymall-im.58for.com'
+VUE_APP_WS_IM_API = 'wss://llong-im.yunxan.com'
 
 # 静态资源文件url
-VUE_APP_RESOURCES_URL = 'https://ecard-oss.58for.com/'
+VUE_APP_RESOURCES_URL = 'https://llong-oss.yunxan.com/'

+ 1 - 0
src/views/modules/order/order.vue

@@ -28,6 +28,7 @@
                 @change="orderStatus">
                 <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
               </el-select>
+<!--              -->
             </template>
           </el-form-item>
           <el-form-item label="指定发货:" :label-width="lang === 'en' ? '145px' : '85px'">

+ 0 - 4
src/views/modules/sys/pset/service-components.vue

@@ -89,8 +89,6 @@ export default {
       }).then(({data}) => {
         if (data) {
           this.contentCN = data
-        }else{
-          this.contentCN = {content:''}
         }
       })
       this.$http({
@@ -100,8 +98,6 @@ export default {
       }).then(({data}) => {
         if (data) {
           this.contentEN = data
-        }else{
-          this.contentEN = {content:''}
         }
       })
     },