charles
2024-08-06 7d520e6190241adc647f36f7aea34c365216edb0
feat:更新代码
3个文件已修改
9 ■■■■■ 已修改文件
src/views/productManage/productRegisterForm/addProductRegisterPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productManage/silkRegisterForm/addPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productManage/productRegisterForm/addProductRegisterPage.vue
@@ -996,7 +996,7 @@
      });
      //规格
      getDictList({
        dictType: 3,
        dictType: 4,
      }).then((res) => {
        if (res.code == 200) {
          this.specList = res.data || [];
src/views/productManage/silkRegisterForm/addPage.vue
@@ -778,7 +778,7 @@
      });
      //规格
      getDictList({
        dictType: 3,
        dictType: 4,
      }).then((res) => {
        if (res.code == 200) {
          this.specList = res.data || [];
vue.config.js
@@ -4,8 +4,9 @@
function resolve(dir) {
  return path.join(__dirname, dir)
}
const ipNum=105;
const serverPath=`http://192.168.0.${ipNum}:8008`;
const ipNum=47;
//const serverPath=`http://192.168.0.${ipNum}:8008`;
const serverPath="http://silk.fai365.com";
// 设置不参与构建的库
const externals = {};
module.exports = {