Commit c4500330 authored by 胡小根's avatar 胡小根

实现了三张表的demo

parent ba289245
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://api-prod"'
BASE_API: '"http://haomo-studio.com:28086/org"'
}
......@@ -2,5 +2,3 @@
npm run build:prod
rsync -avz dist/* member@haomo-studio.com:/var/www/html/software_factory/vue-element/
\ No newline at end of file
cmd="git clone xxx" && ret=`ps -ef|grep -v grep|grep ${cmd}` && if [ -z $ret ]; then echo '空字符串'; else echo '非空字符串'; fi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment