Browse Source

修改axios

liuxiaona 2 years ago
parent
commit
0281a0ddc4

+ 1 - 5
.idea/workspace.xml

@@ -3,10 +3,6 @@
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="">
5 5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/project/src/assets/config/config.js" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/assets/config/config.js" afterDir="false" />
7
-      <change beforePath="$PROJECT_DIR$/project/src/components/marketingGuest/batchAddFriend/addFriend/importCustomer.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/marketingGuest/batchAddFriend/addFriend/importCustomer.vue" afterDir="false" />
8
-      <change beforePath="$PROJECT_DIR$/project/src/components/marketingGuest/batchAddFriend/addFriend/setting.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/marketingGuest/batchAddFriend/addFriend/setting.vue" afterDir="false" />
9
-      <change beforePath="$PROJECT_DIR$/qwh5/public/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/public/index.html" afterDir="false" />
10 6
       <change beforePath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" afterDir="false" />
11 7
     </list>
12 8
     <option name="SHOW_DIALOG" value="false" />
@@ -58,7 +54,7 @@
58 54
       <workItem from="1654573024055" duration="23176000" />
59 55
       <workItem from="1654653264438" duration="30604000" />
60 56
       <workItem from="1654739102819" duration="11048000" />
61
-      <workItem from="1654756255993" duration="2262000" />
57
+      <workItem from="1654756255993" duration="2798000" />
62 58
     </task>
63 59
     <servers />
64 60
   </component>

File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/css/app.22324e9d.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/app.ec8ddb10.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 0 - 2
qwh5/dist/js/app.5dfbb118.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.5dfbb118.js.map


File diff suppressed because it is too large
+ 2 - 0
qwh5/dist/js/app.a96480e4.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.a96480e4.js.map


File diff suppressed because it is too large
+ 2 - 2
qwh5/dist/js/chunk-vendors.7e7f30bd.js


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/chunk-vendors.7e7f30bd.js.map


+ 2 - 2
qwh5/src/views/HomeView.vue

@@ -3,7 +3,7 @@
3 3
     <div class="tipsBox">管理员{{ adminName }}给你分配了{{ customeNum }}个客户还未添加,快去复制电话号码添加客户吧,管理员在微伴后台可查看添加状态哦~</div>
4 4
     <div class="operateArea">
5 5
       <div>
6
-        <el-select v-model="addStatus_val" class="m-2" placeholder="请选择添加状态" @change="statusChange" style="width: 160px">
6
+        <el-select v-model="addStatus_val" placeholder="请选择添加状态" @change="statusChange" style="width: 160px">
7 7
           <el-option
8 8
               v-for="item in addStatusArrs"
9 9
               :key="item.value"
@@ -176,7 +176,7 @@ export default class HomeView extends Vue {
176 176
     if(Number(this.addStatus_val)==0 ){
177 177
       this.addStatus_val = ''
178 178
     }
179
-    axios.get('/api/task/customerList', {
179
+    axios.get('/task/customerList', {
180 180
       params: {
181 181
         corpid: this.$route.query.corpid,
182 182
         user_id: this.$route.query.user_id,