tangzy
2021-08-12 d82a8b3aa73604e8cdd7ce10ae1cd13ca817a6e9
路径修改
6 files modified
18 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnit/data.js 6 ●●●● patch | view | raw | blame | history
src/views/securityUnit/index.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnitChild/data.js 2 ●●● patch | view | raw | blame | history
src/views/traincompany/index.vue 2 ●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -297,7 +297,7 @@
              res: "data",
            },
            tip: "请上传 .xls,.xlsx 标准格式文件",
            action: "/api/examSubjectChoices/import-examSubject",
            action: "/api/blade-user/import-user",
          },
          {
            label: "模板下载",
src/views/securityUnit/data.js
@@ -111,7 +111,7 @@
    //     // // }],
    // },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        labelWidth: 160,
        width: 130,
@@ -391,7 +391,7 @@
    //     }]
    // },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        labelWidth: w,
        span: s,
@@ -400,7 +400,7 @@
        valueFormat: "timestamp",
        rules: [{
            required: true,
            message: "请输入成立日期",
            message: "请输入注册时间",
            trigger: "blur"
        }]
    },
src/views/securityUnit/index.vue
@@ -163,7 +163,7 @@
              res: "data",
            },
            tip: "请上传 .xls,.xlsx 标准格式文件",
            action: "/api/examSubjectChoices/import-examSubject",
            action: "/api/information/import-informaton",
          },
          {
            label: "模板下载",
src/views/securityUnitChild/data.js
@@ -42,7 +42,7 @@
        disabled: true,
    },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        span: 11,
        labelWidth: 130,
src/views/traincompany/index.vue
@@ -115,7 +115,7 @@
            width: 120,
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
vue.config.js
@@ -1,6 +1,6 @@
module.exports = {
  //路径前缀
  publicPath: "/enterprises/",
  publicPath: "/",
  lintOnSave: true,
  productionSourceMap: false,
  chainWebpack: (config) => {
@@ -28,7 +28,7 @@
      '/api': {
        //本地服务接口地址
        // target: 'http://localhost',
        target: 'http://192.168.0.114:81',//钟W
        target: 'http://192.168.0.109:81',//钟W
        // target: 'http://localhost:81',//原W
        // target: 'http://192.168.0.108:81',//原W
        // target: 'http://192.168.0.109:81',//唐N