瀏覽代碼

auto commit

gcz 4 年之前
父節點
當前提交
1fb5a339d5
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      config/prod.env.js
  2. 1 1
      src/views/sms/advertise/components/HomeAdvertiseDetail.vue

+ 2 - 2
config/prod.env.js

@@ -2,7 +2,7 @@
 module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
-  BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'
-  // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
+  // BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'
+  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
 
 }

+ 1 - 1
src/views/sms/advertise/components/HomeAdvertiseDetail.vue

@@ -44,7 +44,7 @@
             </el-date-picker>
           </el-form-item>
       <el-form-item label="弹窗时长:" prop="jumpTime" v-if="homeAdvertise.type=='0'">
-        <el-input v-model="homeAdvertise.jumpTime" class="input-width"></el-input>
+        <el-input v-model="homeAdvertise.jumpTime" type="number" class="input-width"></el-input>
       </el-form-item>
       <el-form-item label="上线/下线:">
         <el-radio-group v-model="homeAdvertise.status">