瀏覽代碼

2023年5月23日17:36:36

yxb
wq 2 年之前
父節點
當前提交
20f2709f44
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      pages/service/service.vue
  2. 2
    2
      utils/network/api.js

+ 1
- 1
pages/service/service.vue 查看文件

</view> </view>
<view class="right"> <view class="right">
<view class="right-content"> <view class="right-content">
<block v-if="menu.list.length >0">
<block v-if="menu.list.length > 0">
<view v-for="(item,index) in menu.list[tableSelectIndex].children" :key='index' class="item-box" @click="toNext(item.link)"> <view v-for="(item,index) in menu.list[tableSelectIndex].children" :key='index' class="item-box" @click="toNext(item.link)">
<view class="item bg-blue" :style="{ '--background': bgBlue }"> <view class="item bg-blue" :style="{ '--background': bgBlue }">
<image :src="`${fileURLList}${item.iconPath}`" /> <image :src="`${fileURLList}${item.iconPath}`" />

+ 2
- 2
utils/network/api.js 查看文件

export const envs = { export const envs = {
//开发环境配置 //开发环境配置
development: { development: {
// baseUrl: "192.168.100.63:8087",
baseUrl: "222.85.144.89:19002",
baseUrl: "192.168.100.63:8087",
// baseUrl: "222.85.144.89:19002",
}, },
//生产环境配置 //生产环境配置
production: { production: {

Loading…
取消
儲存