Ver Fonte

auto commit

gcz há 4 anos atrás
pai
commit
1fb5a339d5

+ 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">