1 Status [126]
Exception when publishing, exception message [Exec exit status not zero. Status [126]
1.1 报错日志
SSH: EXEC: STDOUT/STDERR from command [/app/***/publish.sh] ...
bash: /app/***/publish.sh: Permission denied
SSH: EXEC: completed after 200…
1.vuex的使用
一、uniapp中有自带vuex插件,直接引用即可
二、在项目中新建文件夹store,在main.js中导入
在根目录下新建文件夹store,在此目录下新建index.js文件 index.js
import Vue from vueimport Vuex from vuexVue.use(Vuex)const store new Vuex.Store(…