wangxiaohua 2 年前
父节点
当前提交
c382e5b208
共有 4 个文件被更改,包括 8 次插入9 次删除
  1. +2
    -2
      config.js
  2. +2
    -4
      pages/index/guide.vue
  3. +2
    -1
      pages/index/index.vue
  4. +2
    -2
      utils/http.js

+ 2
- 2
config.js 查看文件

@@ -6,8 +6,8 @@
// var host = 'http://192.168.31.169:8080/autoSR/api'; // 长龙
// var host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// var host = 'https://zkgj.quhouse.com/api'; // 质控正式
var host = 'https://hfju.com/api'; // 数智正式
var host = 'https://zkgj.quhouse.com/api'; // 质控正式
// var host = 'https://hfju.com/api'; // 数智正式


var iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式


+ 2
- 4
pages/index/guide.vue 查看文件

@@ -53,10 +53,8 @@
};
},
onLoad(opts) {
// this.name=opts.loginName ||'';
// let stat=opts.path||'';
this.name="18655732363";
let stat=1;
this.name=opts.loginName ||'';
let stat=opts.path||'';
if(stat==1){
this.path=this.pathur3;
}else if(stat==2){


+ 2
- 1
pages/index/index.vue 查看文件

@@ -322,8 +322,8 @@
this.zhixingcenterindex=7;
this.initworkThisWeek()
},
//时间选择
tabtimeclick(i){
if(i==7){
this.totalTimeShow = true;
}else{
@@ -331,6 +331,7 @@
this.initworkThisWeek()
}
},
//获取概览数据
initworkThisWeek() {
uni.request({
url: config.service.workThisWeek,


+ 2
- 2
utils/http.js 查看文件

@@ -3,8 +3,8 @@
// const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://hfju.com/api'; // 数智正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式

const install = (Vue, vm) => {
Vue.prototype.$u.http.setConfig({


正在加载...
取消
保存