This commit is contained in:
曹辉 2023-04-06 15:31:29 +08:00
parent d70760b0f2
commit a6ed3961e4
3 changed files with 0 additions and 13 deletions

View File

@ -1,9 +0,0 @@
import request from "../request.js"
export function insertSubscribeMessageRecord(data) {
return request({
url: `/nurseApplet/patientInfo/insertSubscribeMessageRecord`,
method: 'POST',
data
})
}

View File

@ -13,7 +13,6 @@ const app = new Vue({
})
app.$mount()
// #endif
// #ifdef VUE3
import {
createSSRApp

View File

@ -1,9 +1,6 @@
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
import {
insertSubscribeMessageRecord
} from '@/api/store/index.js'
const store = new Vuex.Store({
state: {
//公共的变量这里的变量不能随便修改只能通过触发mutations的方法才能改变