@@ -137,7 +137,8 @@ export default {
currentCatalog: { // 选中目录
name: '',
id: '',
- code: ''
+ code: '',
+ orderNum: 0
},
formRules: {
name: [
@@ -208,7 +209,8 @@ export default {
this.currentCatalog = { // 选中目录
}
// 编辑目录
@@ -1,6 +1,6 @@
window.ENV = 'development'
var developmentConfig = {
- baseUrl: 'http://192.168.223.109:8081/bigScreenServer'
+ baseUrl: 'http://127.0.0.1:8081/bigScreenServer'
// 必须的
window.CONFIG = configDeepMerge(window.CONFIG, developmentConfig)