zhuangyunsheng 4 hónapja
szülő
commit
0a0964b3ff
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      .env.production
  2. 1 1
      vue.config.js

+ 1 - 1
.env.production

@@ -2,7 +2,7 @@
 NODE_ENV = production
 
 # 标题
-VUE_APP_TITLE = 物流运营管控平台
+VUE_APP_TITLE = EasyDo_AI盒子
 
 # 接口地址
 VUE_APP_API_BASEURL =

+ 1 - 1
vue.config.js

@@ -63,7 +63,7 @@ module.exports = defineConfig({
         )
 
         config.plugin("unplugin-vue-components").use(
-            require("unplugin-vue-components/webpack").default({
+            require("unplugin-vue-components/webpack")({
                 dirs: ["src/components/"],
                 include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
                 resolvers: [