zhang_li 6 months ago
parent
commit
57edeb8169
  1. 2
      .env.development
  2. 2
      src/pages/index.vue

2
.env.development

@ -1,3 +1,3 @@
VITE_BASE_URL=http://192.168.0.106:12080/admin-api VITE_BASE_URL=http://localhost:12080/admin-api
VITE_BASE_URL_IMAGE=http://localhost:12080/admin-api VITE_BASE_URL_IMAGE=http://localhost:12080/admin-api

2
src/pages/index.vue

@ -46,7 +46,7 @@
</u-row> </u-row>
</view> </view>
<view class="" v-if="menus1&&menus1.length>0"> <view class="" v-if="menus1&&menus1.length>0">
<view class="title">采购入库</view> <view class="title">采购入库11</view>
<u-row gutter="16" style="padding:0px 20rpx ;"> <u-row gutter="16" style="padding:0px 20rpx ;">
<block v-for="(item,index) in menus1" :key="index"> <block v-for="(item,index) in menus1" :key="index">
<u-col span="3" v-if="item.path == 'purchaseIn'"> <u-col span="3" v-if="item.path == 'purchaseIn'">

Loading…
Cancel
Save