Commit cda93b3b authored by 赵啸非's avatar 赵啸非

修改权限

parent 7fabde36
module.exports = { module.exports = {
productionSourceMap: false, productionSourceMap: false,
// assetsDir: "s",
// configureWebpack: {
// externals: {
// vue: "Vue",
// vuex: "Vuex",
// "vue-router": "VueRouter",
// "element-ui": "ELEMENT",
// },
// },
lintOnSave: false, lintOnSave: false,
devServer: { devServer: {
inline: true, inline: true,
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<profiles.nacos.server-addr>172.15.28.120:8848</profiles.nacos.server-addr> <profiles.nacos.server-addr>172.15.28.120:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group> <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace> <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
<profiles.rabbitmq.host>172.15.28.115</profiles.rabbitmq.host> <profiles.rabbitmq.host>172.15.28.117</profiles.rabbitmq.host>
<profiles.rabbitmq.port>5672</profiles.rabbitmq.port> <profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
<profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username> <profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username>
<profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password> <profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password>
......
...@@ -43,7 +43,8 @@ clear_deploy() { ...@@ -43,7 +43,8 @@ clear_deploy() {
#清理ui #清理ui
clear_ui_deploy() { clear_ui_deploy() {
EXEC_UI_PATH=$1 EXEC_UI_PATH=$1
rm -rf ${EXEC_UI_PATH} #rm -rf ${EXEC_UI_PATH}
mv ${EXEC_UI_PATH} ${EXEC_UI_PATH}-bak
mkdir -p ${EXEC_UI_PATH} mkdir -p ${EXEC_UI_PATH}
} }
......
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