diff --git a/src/layout/components/Header.vue b/src/layout/components/Header.vue index 1ab22d2..579129f 100644 --- a/src/layout/components/Header.vue +++ b/src/layout/components/Header.vue @@ -15,7 +15,7 @@
姓名:{{ username }}
单位:{{ deptName }}
- +
diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index deecad7..93a85b7 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -1,5 +1,5 @@ diff --git a/vue.config.js b/vue.config.js index 6e5a9ad..32d1c4c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ const serverHost = "http://192.168.1.32:8066"; // const serverHost = "http://127.0.0.1:8006" module.exports = { publicPath: "./", - outputDir: "ylth", + outputDir: "gj", assetsDir: "static", lintOnSave: false, //process.env.NODE_ENV === 'development', productionSourceMap: false,