Commit 457bb750 authored by rockyl's avatar rockyl

修复代码冲突手动合并的问题

parent 293825c6
...@@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'development') { ...@@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'development') {
//API_HOST = '//10.10.95.74:7777'; //API_HOST = '//10.10.95.74:7777';
//API_HOST = '//192.168.1.16:7777'; //API_HOST = '//192.168.1.16:7777';
API_HOST = '//0.0.0.0:3000'; API_HOST = '//0.0.0.0:3000';
//API_HOST = '//localhost:8080'; //API_HOST = '//0.0.0.0:8080';
//API_HOST = window.__data.apiHost; //API_HOST = window.__data.apiHost;
//API_HOST = 'http://beacon.duiba.com.cn'; //API_HOST = 'http://beacon.duiba.com.cn';
//API_HOST = 'http://beacon.duibadev.com.cn'; //API_HOST = 'http://beacon.duibadev.com.cn';
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
"Merge conflicts": "合并冲突", "Merge conflicts": "合并冲突",
"There are still unresolved conflicts": "还有冲突未解决,不能保存!", "There are still unresolved conflicts": "还有冲突未解决,不能保存!",
"The format of the JSON document is wrong": "JSON文档格式有误,请先更正!", "The format of the JSON document is wrong": "JSON文档格式有误,请先更正!",
"The conflict has been resolved": "冲突已解决,确定提交吗?", "The conflict has been resolved": "该文件的冲突已解决,继续吗?",
"All conflict has been resolved": "所有冲突已解决,确定保存吗?", "All conflict has been resolved": "所有冲突已解决,确定保存吗?",
"Failed to update operator": "更新权限列表失败", "Failed to update operator": "更新权限列表失败",
"Error delete self": "连自己都删? 不可以!", "Error delete self": "连自己都删? 不可以!",
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</div> </div>
<div> <div>
<el-button size="mini" @click="onCancel">{{$t('Cancel')}}</el-button> <el-button size="mini" @click="onCancel">{{$t('Cancel')}}</el-button>
<el-button size="mini" @click="onSave" type="primary" :disabled="step===0">{{$t('Commit')}}</el-button> <el-button size="mini" @click="onSave" type="primary" :disabled="step===0">{{$t('Confirm')}}</el-button>
</div> </div>
</div> </div>
</el-dialog> </el-dialog>
...@@ -435,4 +435,4 @@ ...@@ -435,4 +435,4 @@
<style scoped> <style scoped>
</style> </style>
\ No newline at end of file
...@@ -9053,7 +9053,7 @@ yeast@0.1.2: ...@@ -9053,7 +9053,7 @@ yeast@0.1.2:
props-compute "http://gitlab2.dui88.com/laoqifeng/props-compute.git" props-compute "http://gitlab2.dui88.com/laoqifeng/props-compute.git"
"zeroing-template-fill@http://gitlab2.dui88.com/laoqifeng/zeroing-template-fill.git": "zeroing-template-fill@http://gitlab2.dui88.com/laoqifeng/zeroing-template-fill.git":
version "1.0.0" version "1.0.1"
resolved "http://gitlab2.dui88.com/laoqifeng/zeroing-template-fill.git#11f5cc42faea5745a36fc73fc8374419031de783" resolved "http://gitlab2.dui88.com/laoqifeng/zeroing-template-fill.git#bd9c85b5baf4bf67a6a661b2af0d31e985d3e7bf"
dependencies: dependencies:
camelcase "^5.3.1" camelcase "^5.3.1"
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