@@ -5,7 +5,8 @@ Ext.define('saas.Application', {
requires: [
'saas.*',
- 'Ext.window.MessageBox'
+ 'Ext.window.MessageBox',
+ 'Ext.window.Toast'
],
mainView: 'saas.view.viewport.Viewport',
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<project name="saas" default=".help">
+<project name="saas-operation" default=".help">
<!-- Find and load Sencha Cmd ant tasks -->
<script language="javascript">
@@ -1,7 +1,7 @@
{
- "name": "saas-web",
+ "name": "saas-operation-web",
"version": "1.0.0",
- "description": "saas在线进销存系统",
+ "description": "saas运营系统",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",