Bladeren bron

门禁-web

Shannon_mu 1 jaar geleden
bovenliggende
commit
666a7fdeb6

+ 1 - 1
accessControlSystem/src/views/alarmInformation/stepPage/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {

+ 1 - 1
accessControlSystem/src/views/deviceManagement/stepPage/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {

+ 1 - 1
accessControlSystem/src/views/sysSet/stepPage/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {

+ 1 - 1
accessControlSystem/src/views/trafficRecord/stepPage/communityTree.vue

@@ -38,7 +38,7 @@ export default {
     },
     methods: {
         getOrgTreeList() {
-            this.$http.get('/sc-community-web/assets/community/list').then(({ status, data, msg }) => {
+            this.$http.get('/sc-community/assets/community/list').then(({ status, data, msg }) => {
                 if (status === 0 && data) {
                     this.organList = data;
                     this.$nextTick().then(() => {