LJJ1994
Results
3
issues of
LJJ1994
您好!我注册的提示control_user这个表不存在,mysql连接是正常的,请问是什么原因呢??? 提示代码如下: 提示 ER_NO_SUCH_TABLE: Table 'loan-dev.control_user' doesn't exist
如题。
你好。我有个疑惑,就是下面这段代码里的 Vue.http.get(`/movie/hot/?city=${city.rN}`),它请求的是前缀等于城市的首字母缩写的_hot.json文件吗??那这里的rN是自己在局部state里自定义的吧?? `import { UPDATECITY } from './type' import { mapMutations } from 'vuex' import Vue from 'vue' export default { updateCityAsync ({ commit, state }, {city}) { if (!city.name)...