|
@@ -135,7 +135,7 @@
|
|
|
state: this.targetState
|
|
|
};
|
|
|
|
|
|
- this['$axios'].post(this['$clmt'].url + "changeState", params)
|
|
|
+ this['$axios'].post(this['$common'].url + "changeState", params)
|
|
|
.then(res => {
|
|
|
const rtn = res.data;
|
|
|
console.log(rtn);
|
|
@@ -174,7 +174,7 @@
|
|
|
params.newNames.push(item.name);
|
|
|
}
|
|
|
|
|
|
- this['$axios'].post(this['$clmt'].url + "addNewItems", params)
|
|
|
+ this['$axios'].post(this['$common'].url + "addNewItems", params)
|
|
|
.then(res => {
|
|
|
const rtn = res.data;
|
|
|
|