提交 4a764094 编写于 作者: guangjun.yang's avatar guangjun.yang

项目整理一

上级 41691b0f
# ASSETS
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).
...@@ -12,7 +12,7 @@ Vue.prototype.$rocNative = new rocNative(); ...@@ -12,7 +12,7 @@ Vue.prototype.$rocNative = new rocNative();
Vue.prototype.$sendBuriedData = sendBuriedData; Vue.prototype.$sendBuriedData = sendBuriedData;
if (name === 'nuxt_ssr') throw Error('需要给当前项目起一个有意义的名称,多英文单词用 _ 拼接,不能有空格。修改文件:package.json (name)'); if (name === 'nuxt_ssr') throw Error('需要给当前项目起一个有意义的名称,多英文单词用 _ 拼接,不能有空格。修改文件:package.json (name)');
Vue.use(WebBuriedPoint, { // Vue.use(WebBuriedPoint, {
class_name: name, // class_name: name,
url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1` // url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1`
}); // });
\ No newline at end of file \ No newline at end of file
# STORE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.
Creating a file in this directory automatically activates the option in the framework.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册