Commit adde25f8 authored by verestrasz's avatar verestrasz

update

parent 2b074ed5
......@@ -1410,17 +1410,12 @@ export default {
if (errMsg) {
return this.$Notice.warning({ title: errMsg });
}
var regex1 = new RegExp(
"(i?)(<p)(?!(.*?style=['\"](.*)['\"])[^>]+>)",
"gmi"
);
form.detail = form.detail?form.detail.replace(regex1, '$2 style="padding:0 10px"$3'):"";
form.blindBoxRule = form.blindBoxRule?form.blindBoxRule.replace(regex1, '$2 style="padding:0 10px"$3'):"";
var regex1 = new RegExp(
"(i?)(<p)(?!(.*?style=['\"](.*)['\"])[^>]+>)",
"gmi"
);
form.detail = form.detail.replace(regex1, '$2 style="padding:0 10px"$3');
// var regex1 = new RegExp(
// "(i?)(<p)(?!(.*?style=['\"](.*)['\"])[^>]+>)",
// "gmi"
// );
// form.detail = form.detail?form.detail.replace(regex1, '$2 style="padding:0 10px"$3'):"";
// form.blindBoxRule = form.blindBoxRule?form.blindBoxRule.replace(regex1, '$2 style="padding:0 10px"$3'):"";
let apiName =
this.isAdd || this.isDraft
? "addGood"
......
......@@ -45,9 +45,10 @@ module.exports = {
pathRewrite: {
'^/root': '/'
},
target: 'http://172.22.17.174:8088'
// target: 'http://172.22.17.174:8088'
// target: 'http://172.22.17.108:8088'
target: 'https://testadminym.8n.cn/root'
},
'/contact': {
......
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