diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue
index 6ccf08ae..686c9f92 100644
--- a/src/Layouts/BaseLayout.vue
+++ b/src/Layouts/BaseLayout.vue
@@ -32,7 +32,7 @@
预览
-
@@ -50,7 +50,7 @@
正在保存中...
-
+
-
@@ -330,7 +330,7 @@ const handlePublish = () => {
const backHome = () => {
router.push("/home");
- document.title = "智能调研工具";
+ document.title = "智能洞察工具";
};
const fetchInfo = () => {
@@ -392,10 +392,10 @@ onMounted(() => {
font-family: PingFangSC-Regular, PingFang SC;
color: #434343;
width: 150px;
- overflow:hidden;
- text-overflow: ellipsis;
+ overflow:hidden;
+ text-overflow: ellipsis;
white-space: nowrap;
- -webkit-line-clamp: 1;
+ -webkit-line-clamp: 1;
}
.icon-xiangzuo-moren {
cursor: pointer;
diff --git a/src/router/index.js b/src/router/index.js
index e71efd9c..39e65463 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -45,7 +45,7 @@ const constantRoutes = [
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
},
-
+
{
path: '/edit-creative-scene',
name: 'editCreativeScene',
@@ -456,7 +456,6 @@ router.beforeEach(async (to, from, next) => {
if (!router.options.history.state.back) {
await getToken();
}
- console.log(2);
if (!to.meta.noRedirectLogin) {
if (window.self === window.top) {
// window.parent.location.href = 'https://yip-uat.dctest.digitalyili.com/login';
diff --git a/vue.config.js b/vue.config.js
index 034adff3..9367766e 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -67,7 +67,7 @@ module.exports = {
}
},
scss: {
- prependData:
+ prependData:
`@import "~@/style/whole/whole.scss";$baseOss:"${baseOss}";`
}
},
@@ -87,7 +87,7 @@ module.exports = {
.end();
config.plugin("loadshReplace").use(new LodashModuleReplacementPlugin());
config.plugin('html').tap(args => {
- args[0].title = "智能调研工具";
+ args[0].title = "智能洞察工具";
return args;
});
// config.module