MONSTER-ygh 6 месяцев назад
Родитель
Сommit
006df172ec

+ 3 - 0
src/views/tourism/productManagement/formBox/cateringManagementForm.vue

@@ -207,6 +207,9 @@
                 </el-form-item>
                 
               </div>
+              <el-form-item label="门店编码:" style="margin-top: 20px;" prop="shopCode">
+                <el-input style="width: 350px;" v-model="form.shopCode" placeholder="请输入门店编码" />
+              </el-form-item>
             </div>
             <div style="width: 50%;flex-shrink: 0;">
               <div style="width: 100%;height: 350px;">

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `https://tourismmer.dev.gztjy.top/tourism-merchant-api`,
+        target: `https://tourismmer.dev.dazesoft.cn/tourism-merchant-api`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''