diff --git a/components/dynamic-form/FormItemCheckbox.vue b/components/dynamic-form/FormItemCheckbox.vue new file mode 100644 index 0000000..85dffca --- /dev/null +++ b/components/dynamic-form/FormItemCheckbox.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/components/dynamic-form/FormItemImage.vue b/components/dynamic-form/FormItemImage.vue new file mode 100644 index 0000000..2d6396c --- /dev/null +++ b/components/dynamic-form/FormItemImage.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/components/dynamic-form/FormItemNumber.vue b/components/dynamic-form/FormItemNumber.vue new file mode 100644 index 0000000..1fcfa40 --- /dev/null +++ b/components/dynamic-form/FormItemNumber.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/components/dynamic-form/FormItemRadio.vue b/components/dynamic-form/FormItemRadio.vue new file mode 100644 index 0000000..6d3c015 --- /dev/null +++ b/components/dynamic-form/FormItemRadio.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/components/dynamic-form/FormItemRichtext.vue b/components/dynamic-form/FormItemRichtext.vue new file mode 100644 index 0000000..0874f4f --- /dev/null +++ b/components/dynamic-form/FormItemRichtext.vue @@ -0,0 +1,83 @@ + \ No newline at end of file diff --git a/utils/request.js b/utils/request.js index 60b54af..da106d8 100644 --- a/utils/request.js +++ b/utils/request.js @@ -120,14 +120,14 @@ const request = async (options, isUpdate) => { if (process.env.NODE_ENV === "development") { baseURL = url; // 发布到生产环境时,此处代码会被摇树移除掉。 - // baseURL = "http://116.63.163.121:93"; // 发布到生产环境时,此处代码会被摇树移除掉。 - //baseURL = 'http://60.247.146.5:96'; // 发布到生产环境时,此处代码会被摇树移除掉。 - baseURL = "https://app.mrrweb.com.cn"; + baseURL = "http://116.63.163.121:93"; // 发布到生产环境时,此处代码会被摇树移除掉。 + //baseURL = 'http://116.63.163.121:96'; // 发布到生产环境时,此处代码会被摇树移除掉。 + // baseURL = "https://app.mrrweb.com.cn"; } else { baseURL = url; // 发布到生产环境时,此处代码会被摇树移除掉。 - // baseURL = "http://116.63.163.121:93"; // 发布到生产环境时,此处代码会被摇树移除掉。 - //baseURL = 'http://60.247.146.5:96'; // 发布到生产环境时,此处代码会被摇树移除掉。 - baseURL = "https://app.mrrweb.com.cn"; + baseURL = "http://116.63.163.121:93"; // 发布到生产环境时,此处代码会被摇树移除掉。 + //baseURL = 'http://116.63.163.121:96'; // 发布到生产环境时,此处代码会被摇树移除掉。 + // baseURL = "https://app.mrrweb.com.cn"; console.log("生产环境"); }