zhuangyunsheng 4 tháng trước cách đây
mục cha
commit
0a0964b3ff
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .env.production
  2. 1 1
      vue.config.js

+ 1 - 1
.env.production

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

+ 1 - 1
vue.config.js

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