Commit adde25f8 authored by verestrasz's avatar verestrasz

update

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