diff --git a/collect_information/.env.development b/collect_information/.env.development index 24cdd4f..edad538 100644 --- a/collect_information/.env.development +++ b/collect_information/.env.development @@ -1,3 +1,3 @@ # 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config TARO_APP_ID="wx0acd1c4fcf94bdd3" -TARO_APP_BASE_API="https://www.hnjinglian.cn:5678" +TARO_APP_BASE_API="http://172.10.10.93:8765" diff --git a/collect_information/src/assets/02.png b/collect_information/src/assets/02.png deleted file mode 100644 index e69de29..0000000 diff --git a/collect_information/src/assets/03.png b/collect_information/src/assets/03.png deleted file mode 100644 index e69de29..0000000 diff --git a/collect_information/src/assets/index.png b/collect_information/src/assets/index.png new file mode 100644 index 0000000..fa6247c Binary files /dev/null and b/collect_information/src/assets/index.png differ diff --git a/collect_information/src/assets/index2.png b/collect_information/src/assets/index2.png new file mode 100644 index 0000000..f9f8b14 Binary files /dev/null and b/collect_information/src/assets/index2.png differ diff --git a/collect_information/src/pages/police/index/index.vue b/collect_information/src/pages/police/index/index.vue index 9ca7928..a7ac5dc 100644 --- a/collect_information/src/pages/police/index/index.vue +++ b/collect_information/src/pages/police/index/index.vue @@ -2,8 +2,8 @@ - - + + @@ -29,8 +29,10 @@ import {ref} from 'vue' import Taro from "@tarojs/taro"; import icon from '@/assets/images/project.png' import './index.scss' +import item02 from '@/assets/index.png' +import item03 from '@/assets/index2.png' -const list = ref(['https://storage.360buyimg.com/jdc-article/NutUItaro34.jpg',]) +const list = ref([{url:item02},{url:item03}]) const swiperRef = ref() //轮播图 const subModuleList = ref([ { diff --git a/collect_information/src/pages/projectManager/index/index.vue b/collect_information/src/pages/projectManager/index/index.vue index d44d09a..e19df66 100644 --- a/collect_information/src/pages/projectManager/index/index.vue +++ b/collect_information/src/pages/projectManager/index/index.vue @@ -2,8 +2,8 @@ - - + + @@ -29,8 +29,10 @@ import {ref} from 'vue' import Taro from "@tarojs/taro"; import icon from '@/assets/images/project.png' import './index.scss' +import item02 from '@/assets/index.png' +import item03 from '@/assets/index2.png' -const list = ref(['/assets/images/01.png',]) +const list = ref([{url:item02},{url:item03}]) const swiperRef = ref() //轮播图 const subModuleList = ref([ { diff --git a/collect_information/src/pages/projectManager/mine/index.vue b/collect_information/src/pages/projectManager/mine/index.vue index 07098b1..8279945 100644 --- a/collect_information/src/pages/projectManager/mine/index.vue +++ b/collect_information/src/pages/projectManager/mine/index.vue @@ -7,8 +7,8 @@ 名字 - 教育部门 - 未选择学校 + 保安部门 + 未选择单位 diff --git a/collect_information/src/request/index.ts b/collect_information/src/request/index.ts index 8c22ad3..02d252a 100644 --- a/collect_information/src/request/index.ts +++ b/collect_information/src/request/index.ts @@ -30,6 +30,7 @@ class CustomRequest { BASE_API: string = process.env.TARO_APP_BASE_API; private request(url: string, method: keyof Taro.request.Method, options: ApiOptions, params?: object,): Promise> { + // console.log(this.BASE_API,'0000000') return new Promise>((resolve, reject) => { if (options.loading) { Taro.showLoading({