소스 검색

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 파일 보기

@@ -15,7 +15,7 @@
</view>
<view class="right">
<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 class="item bg-blue" :style="{ '--background': bgBlue }">
<image :src="`${fileURLList}${item.iconPath}`" />

+ 2
- 2
utils/network/api.js 파일 보기

@@ -6,8 +6,8 @@ export const URL = "192.168.100.63";
export const envs = {
//开发环境配置
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: {

Loading…
취소
저장