diff --git a/client/dist/index.html b/client/dist/index.html index ae3aa55..afe93b3 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1 +1 @@ -vue Admin Template
\ No newline at end of file +vue Admin Template
\ No newline at end of file diff --git a/client/src/api/msg.js b/client/src/api/msg.js index d805d18..bc20ece 100644 --- a/client/src/api/msg.js +++ b/client/src/api/msg.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function sendMsg(data) { return request({ - url: '/info/sendmsg/', + url: '/system/sendmsg/', method: 'post', data }) diff --git a/client/src/api/msgInfo.js b/client/src/api/msgInfo.js new file mode 100644 index 0000000..ee7d8b2 --- /dev/null +++ b/client/src/api/msgInfo.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function sendMsg(data) { + return request({ + url: '/info/sendmsg_info/', + method: 'post', + data + }) + } \ No newline at end of file diff --git a/client/src/views/informatiomCollect/smsMessage.vue b/client/src/views/informatiomCollect/smsMessage.vue index 5d57400..d30f5ed 100644 --- a/client/src/views/informatiomCollect/smsMessage.vue +++ b/client/src/views/informatiomCollect/smsMessage.vue @@ -14,7 +14,7 @@